Refactor #20652
move ovirt js code into webpack
Description
This simply moves all ovirt related JS code under webpack control.
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ohad Levy
- Pull request https://github.com/theforeman/foreman/pull/4757 added
#2
Updated by Tomer Brisker over 3 years ago
- Legacy Backlogs Release (now unused) set to 296
#3
Updated by Ohad Levy over 3 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 9234d6c5e60c54129b01d45ee7d91af76e492c2a.
#4
Updated by The Foreman Bot about 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/5074 added
#5
Updated by Tomer Brisker about 3 years ago
- Pull request deleted (
https://github.com/theforeman/foreman/pull/5074)
#6
Updated by Ohad Levy almost 3 years ago
- Related to Bug #22420: compute resource vms and images are not shown if you navigate from another page added
#7
Updated by Ohad Levy almost 3 years ago
- Related to Bug #22532: Test connection on docker compute resource shows ReferenceError: testConnection is not defined added
#8
Updated by Ohad Levy over 2 years ago
- Related to Task #23451: move all javascript/css assets to webpack added
fixes #20652 - moved compute_resource js code to webpack
this creates a new namespace under tfm, tfm.computeResource
where relevant functions are expoed under the compute resource
namespace, for example:
tfm.computeResource.ovirt.termplateSelected function
Additional common functions are also exposed under the same namespace:
tfm.computeResource.providerSelected
I left the host form NIC code out of this PR as it actually requires
code changes, changes in this PR are comsetic (mostly linting) and
convertion to ES6.