diff --git a/emhttp/plugins/dynamix.vm.manager/include/VMedit.php b/emhttp/plugins/dynamix.vm.manager/include/VMedit.php index e0265c32b..9417b6cb4 100644 --- a/emhttp/plugins/dynamix.vm.manager/include/VMedit.php +++ b/emhttp/plugins/dynamix.vm.manager/include/VMedit.php @@ -189,13 +189,13 @@ $(function() { }); $('.advancedview').switchButton({ - labels_placement: "left", + labels_placement: "right", on_label: "_(XML View)_", off_label: "_(Form View)_", checked: isVMXMLMode() }); $('.inlineview').switchButton({ - labels_placement: "left", + labels_placement: "right", off_label: "_(Hide inline xml)_", on_label: "_(Show Inline XML)_", checked: isinlineXMLMode() diff --git a/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php b/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php index f8a470cc4..ae693f2c0 100644 --- a/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php +++ b/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php @@ -1532,7 +1532,6 @@ - + diff --git a/etc/rc.d/rc.local b/etc/rc.d/rc.local index 0c0c05c3b..0ead18c64 100755 --- a/etc/rc.d/rc.local +++ b/etc/rc.d/rc.local @@ -76,11 +76,6 @@ fi /usr/local/emhttp/webGui/scripts/notify smtp-init /usr/local/emhttp/webGui/scripts/notify cron-init -# restore favorites -if [[ -x /usr/local/emhttp/webGui/scripts/restore_favorites ]]; then - /usr/local/emhttp/webGui/scripts/restore_favorites -fi - # start nchan monitoring -> stop all running nchan processes when no subscribers are connected if [[ -x /usr/local/sbin/monitor_nchan ]]; then /usr/local/sbin/monitor_nchan @@ -177,6 +172,11 @@ for LANGUAGE in $CONFIG/plugins/lang-*.xml; do done shopt -u nullglob +# restore favorites +if [[ -x /usr/local/emhttp/webGui/scripts/restore_favorites ]]; then + /usr/local/emhttp/webGui/scripts/restore_favorites +fi + # Enable persistent bash history PERSISTENT_BASH_HISTORY=$(grep "persist_bash_history" /boot/config/plugins/dynamix/dynamix.cfg 2>/dev/null | cut -d'=' -f2 | sed 's/"//g') if [[ $PERSISTENT_BASH_HISTORY == 1 ]]; then
_(Select)_  _(Boot Order)_
_(Other PCI Devices)_: @@ -1557,7 +1556,6 @@
-