b70a12e723
add a default namespace selector (of the current default store) and a namespace selector per target datastore (for media-sets with multiple datastores). to achieve that we have to change the way we handle the mapping field a bit: * don't use it as field directly (otherwise the value gets stringified), but use the 'getValue' method in 'onGetValues'. * set the defaultStore there, not only that we have one (with this we can now easily show it as emptytext for each store) * add a reference to the widgets to the record so that we can access them in the respective change handler (also clean those references up, else we have a cyclic reference between record <-> widget) in onGetValues, if we have multiple datastores, the mapping grid does all the work for us, otherwise, we have to create the ns mapping ourselves there. Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> |
||
---|---|---|
.. | ||
button | ||
config | ||
css | ||
dashboard | ||
data | ||
datastore | ||
form | ||
images | ||
panel | ||
tape | ||
window | ||
Application.js | ||
Dashboard.js | ||
DirectoryList.js | ||
index.hbs | ||
LoginView.js | ||
MainView.js | ||
Makefile | ||
NavigationTree.js | ||
NodeNotes.js | ||
OnlineHelpInfo.js | ||
ServerAdministration.js | ||
ServerStatus.js | ||
Subscription.js | ||
SystemConfiguration.js | ||
Utils.js | ||
VersionInfo.js | ||
ZFSList.js |