diff --git a/src/sunstone/public/js/plugins/datastores-tab.js b/src/sunstone/public/js/plugins/datastores-tab.js index fc497100e5..d736bd8ec3 100644 --- a/src/sunstone/public/js/plugins/datastores-tab.js +++ b/src/sunstone/public/js/plugins/datastores-tab.js @@ -15,100 +15,63 @@ /* -------------------------------------------------------------------------- */ var create_datastore_tmpl = -'
\ -

\ - '+tr("Create Datastore")+'\ -

\ -
\ -
\ -
\ -
\ +'
'+ + '
'+ + '

'+tr("Create Datastore")+'

'+ + '
'+ + '
'+ + '
\
'+tr("Wizard")+'
\
'+tr("Advanced mode")+'
\
\ -
\ -
\ -
\ -
\ - \ -
\ -
\ - \ -
\ -
\ -
\ -
\ -
\ -
\ -
\ - \ -
\ -
\ - \ -
\ -
\ -
\ -
\ -
\ -
\ - \ -
\ -
\ - \ -
\ -
\ -
\ -
\ -
\ -
\ -
\ +
\ +
\ +
\ + \ +
\ +
\
\ -
\ - ' + tr("Type") + '\ -
\ - \ -
\ -
\ - \ -
\ -
\ - \ -
\ -
\ -
\ -
\ -
\ -
\ - \ +
\ + \ + \
\ -
\ - \ + \ + \ + \ + \ + \ + \ \
\ -
\ +
\ + \ + \
\
\ -
\ -
\
\ -
\ - ' + tr("Managers") + '\ -
\ -
\ - \ -
\ -
\ +
\ +
\ + ' + tr("Type") + '\ +
\ + \ + \ + \ +
\ +
\ +
\ +
\ +
\ +
\ +
\ + ' + tr("Managers") + '\ +
\ + \ \
\
\ -
\ -
\ -
\ -
\ -
\ - \ -
\ -
\ +
\ + \ \
\
\ -
\ -
\ -
\ -
\ -
\ -
\ -
\ -
\ -
\ - \ -
\ -
\ - \ -
\ -
\ -
'+tr("If you need to un-block a directory under one of the RESTRICTED_DIRS")+'
\ -
\ -
\ -
\ -
\ - \ -
\ -
\ - \ -
\ -
\ -
'+tr("Paths that can not be used to register images. A space separated list of paths. This will prevent users registering important files as VM images and accessing them thourgh their VMs. OpenNebula will automatically add its configuration directories: /var/lib/one, /etc/one and oneadmin's home ($HOME).")+'
\ -
\ -
\ -
\ -
\ - \ -
\ -
\ - \ -
\ -
\ -
'+tr("When needed, the front-end will access the datastores using BASE_PATH (defaults to /var/lib/one/datastores).")+'
\ -
\ -
\ -
\ -
\ - \ -
\ -
\ - \ -
\ -
\ -
\ -
\ - \ -
\ -
\ - \ -
\ -
\ -
'+tr("Space separated list of Server names or IPs where OpenNebula will be staging the new images into. This server will act as the entry point for new inmages in the datastore.")+'
\ -
\ -
\ -
\ -
\ - \ -
\ -
\ - \ -
\ -
\ -
\ -
\ -
\ -
\ - \ -
\ -
\ - \ -
\ -
\ -
\ -
\ -
\ -
\ - \ -
\ -
\ - \ -
\ -
\ -
'+tr("Optional limit, in MB. If set, OpenNebula will only use this amount of storage, instead of the whole free disk.")+'
\ -
\ -
\ - \ -
\ -
\ -
\ -
\ - \ -
\ -
\ - \ -
\ -
\ -
\ - \ -
\ - \
\ +
\ +
\ + \ + \ +
\ +
\ +
\ +
\ + \ + \ +
\ +
\ +
\ +
\ + \ + \ +
\ +
\ +
\ +
\ + \ + \ +
\ +
\ +
\ +
\ + \ + \ +
\ +
\ + \ +
\ +
\ + \ +
\ +
\ + \ + \ +
\ +
\ + \ + \ +
\ +
\ + \ + \ +
\ +
\ + \ +
\ +
\ +
\ +
\ + \ + \ +
\ +
\ +
\ +
\ + \ +
\ +
\ + \ +
\
\ + \ ×\ -
'; +
'; var datastore_image_table_tmpl='\ \ @@ -889,7 +820,7 @@ function setupCreateDatastoreDialog(){ var dialog = $create_datastore_dialog; dialog.html(create_datastore_tmpl); - dialog.addClass("reveal-modal large max-height").attr("data-reveal", ""); + dialog.addClass("reveal-modal medium max-height").attr("data-reveal", ""); setupTips(dialog); diff --git a/src/sunstone/public/js/plugins/hosts-tab.js b/src/sunstone/public/js/plugins/hosts-tab.js index b57d6a6389..84a6de1e13 100644 --- a/src/sunstone/public/js/plugins/hosts-tab.js +++ b/src/sunstone/public/js/plugins/hosts-tab.js @@ -19,32 +19,22 @@ var HOST_HISTORY_LENGTH = 40; var create_host_tmpl = -'
\ -

\ - '+tr("Create Host")+'\ -

\ +'
\ +

'+tr("Create Host")+'

\
\ -
\
\ + \
\ -
\ - \ -
\ -
\ +
\ + \ \
\ -
\ -
\ -
\
\ -
\
\ '+tr("Drivers")+'\
\ -
\ - \ -
\ -
\ +
\ + \ \ -
\ - \ -
\
\ -
\ -
\ +
\ + \ + \
\
\
\ -
\ - \ -
\ -
\ +
\ + \ \ -
\ - \ - \ -
\
\ -
\ -
\ +
\ + \ + \
\
\
\ -
\ - \ -
\ -
\ +
\ + \ \ -
\ - \ - \ -
\
\ -
\ -
\ +
\ + \ + \
\
\ -
\ + \ +
\ +
\ + \ + \ +
\
\ -
\ -
\ - \ -
\ -
\ - \ -
\ -
\ -
\ -
\ -
\ -
\ - \ - ×\ -'; +
\ +\ +×'; var hosts_select=""; var dataTable_hosts; @@ -856,7 +827,7 @@ function updateHostInfo(request,host){ //Prepares the host creation dialog function setupCreateHostDialog(){ - dialogs_context.append('
'); + dialogs_context.append('
'); $create_host_dialog = $('div#create_host_dialog'); var dialog = $create_host_dialog;