mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Fix icons layout
This commit is contained in:
parent
b9d7d199bd
commit
20b93c6811
@ -263,7 +263,7 @@ var acls_tab = {
|
||||
tabClass: 'subTab',
|
||||
parentTab: 'system-tab',
|
||||
search_input: '<input id="acl_search" type="text" placeholder="'+tr("Search")+'" />',
|
||||
list_header: '<i class="fa fa-key"></i> '+tr("Access Control Lists"),
|
||||
list_header: '<i class="fa fa-key"></i> '+tr("Access Control Lists"),
|
||||
subheader: '<span/><small></small> ',
|
||||
table: '<table id="datatable_acls" class="dataTable">\
|
||||
<thead>\
|
||||
|
@ -1082,8 +1082,8 @@ var clusters_tab = {
|
||||
tabClass: "subTab",
|
||||
parentTab: "infra-tab",
|
||||
search_input: '<input id="cluster_search" type="text" placeholder="'+tr("Search")+'" />',
|
||||
list_header: '<i class="fa fa-th"></i> '+tr("Clusters"),
|
||||
info_header: '<i class="fa fa-th"></i> '+tr("Cluster"),
|
||||
list_header: '<i class="fa fa-fw fa-th"></i> '+tr("Clusters"),
|
||||
info_header: '<i class="fa fa-fw fa-th"></i> '+tr("Cluster"),
|
||||
subheader: '<span/> <small></small> ',
|
||||
table: '<table id="datatable_clusters" class="datatable twelve">\
|
||||
<thead>\
|
||||
|
@ -28,7 +28,7 @@ var dashboard_tab_content = '<div>\
|
||||
|
||||
var widgets = {
|
||||
"storage" : '<fieldset>\
|
||||
<legend class="span-dashboard"><i class="fa fa-upload"></i> '+tr("Storage")+'</legend>\
|
||||
<legend class="span-dashboard"><i class="fa fa-fw fa-lg fa-upload"></i> '+tr("Storage")+'</legend>\
|
||||
<div class="row totals-info">\
|
||||
<div class="small-6 large-6 columns text-right">\
|
||||
<h4 class="subheader">\
|
||||
@ -45,7 +45,7 @@ var widgets = {
|
||||
</div>\
|
||||
</fieldset>',
|
||||
"users" : '<fieldset>\
|
||||
<legend class="span-dashboard"><i class="fa fa-user"></i> '+tr("Users")+'</legend>\
|
||||
<legend class="span-dashboard"><i class="fa fa-fw fa-lg fa-user"></i> '+tr("Users")+'</legend>\
|
||||
<div class="row totals-info">\
|
||||
<div class="small-6 large-6 columns text-right">\
|
||||
<h4 class="subheader">\
|
||||
@ -62,7 +62,7 @@ var widgets = {
|
||||
</div>\
|
||||
</fieldset>',
|
||||
"network" : '<fieldset>\
|
||||
<legend class="span-dashboard"><i class="fa fa-sitemap"></i> '+tr("Network")+'</legend>\
|
||||
<legend class="span-dashboard"><i class="fa fa-fw fa-lg fa-sitemap"></i> '+tr("Network")+'</legend>\
|
||||
<div class="row totals-info">\
|
||||
<div class="small-6 large-6 columns text-right">\
|
||||
<h4 class="subheader">\
|
||||
@ -79,7 +79,7 @@ var widgets = {
|
||||
</div>\
|
||||
</fieldset>',
|
||||
"hosts" : '<fieldset class="dashboard-panel">\
|
||||
<legend class="span-dashboard"><i class="fa fa-hdd-o"></i> '+tr("Hosts")+'</legend>\
|
||||
<legend class="span-dashboard"><i class="fa fa-fw fa-lg fa-hdd-o"></i> '+tr("Hosts")+'</legend>\
|
||||
<div class="row totals-info">\
|
||||
<div class="small-3 large-3 columns centered">\
|
||||
<div class="small-6 large-6 columns text-right">\
|
||||
@ -154,7 +154,7 @@ var widgets = {
|
||||
</div>\
|
||||
</fieldset>',
|
||||
"vms" : '<fieldset class="dashboard-panel">\
|
||||
<legend class="span-dashboard"><i class="fa fa-cloud"></i> '+tr("Virtual Machines")+'</legend>\
|
||||
<legend class="span-dashboard"><i class="fa fa-fw fa-lg fa-cloud"></i> '+tr("Virtual Machines")+'</legend>\
|
||||
<div class="row totals-info">\
|
||||
<div class="small-3 large-3 columns">\
|
||||
<div class="small-6 large-6 columns text-right">\
|
||||
@ -200,7 +200,7 @@ var widgets = {
|
||||
</div>\
|
||||
</fieldset>',
|
||||
"user_quotas" : '<fieldset>\
|
||||
<legend class="span-dashboard"><i class="fa fa-align-left"></i> '+tr("User Quotas")+'</legend>\
|
||||
<legend class="span-dashboard"><i class="fa fa-fw fa-lg fa-align-left"></i> '+tr("User Quotas")+'</legend>\
|
||||
<div class="row" id="quotas_tab_user">\
|
||||
<div class="large-12 columns">'+
|
||||
'<div class="row">'+
|
||||
@ -221,7 +221,7 @@ var widgets = {
|
||||
</div>\
|
||||
</fieldset>',
|
||||
"group_quotas" : '<fieldset>\
|
||||
<legend class="span-dashboard"><i class="fa fa-align-left"></i> '+tr("Group Quotas")+'</legend>\
|
||||
<legend class="span-dashboard"><i class="fa fa-fw fa-lg fa-align-left"></i> '+tr("Group Quotas")+'</legend>\
|
||||
<div id="quotas_tab_group_TabBody" class="row">\
|
||||
<div class="large-12 columns">'+
|
||||
'<div class="row">'+
|
||||
@ -300,7 +300,7 @@ var dashboard_tab = {
|
||||
buttons: quotas_tab_buttons,
|
||||
content: dashboard_tab_content,
|
||||
showOnTopMenu: false,
|
||||
list_header: '<i class="fa fa-tachometer"></i> '+tr("Dashboard")
|
||||
list_header: '<i class="fa fa-fw fa-tachometer"></i> '+tr("Dashboard")
|
||||
}
|
||||
|
||||
Sunstone.addActions(dashboard_tab_actions);
|
||||
|
@ -512,8 +512,8 @@ var datastores_tab = {
|
||||
tabClass: "subTab",
|
||||
parentTab: "infra-tab",
|
||||
search_input: '<input id="datastore_search" type="text" placeholder="'+tr("Search")+'" />',
|
||||
list_header: '<i class="fa fa-folder-open"></i> '+tr("Datastores"),
|
||||
info_header: '<i class="fa fa-folder-open"></i> '+tr("Datastore"),
|
||||
list_header: '<i class="fa fa-fw fa-folder-open"></i> '+tr("Datastores"),
|
||||
info_header: '<i class="fa fa-fw fa-folder-open"></i> '+tr("Datastore"),
|
||||
subheader: '<span/> <small></small> ',
|
||||
table: '<table id="datatable_datastores" class="datatable twelve">\
|
||||
<thead>\
|
||||
|
@ -358,8 +358,8 @@ var files_tab = {
|
||||
<div id="files_upload_progress_bars"></div>\
|
||||
</div>',
|
||||
search_input: '<input id="file_search" type="text" placeholder="'+tr("Search")+'" />',
|
||||
list_header: '<i class="fa fa-folder-open"></i> '+tr("Files & Kernels"),
|
||||
info_header: '<i class="fa fa-folder-open"></i> '+tr("File"),
|
||||
list_header: '<i class="fa fa-fw fa-folder-open"></i> '+tr("Files & Kernels"),
|
||||
info_header: '<i class="fa fa-fw fa-folder-open"></i> '+tr("File"),
|
||||
subheader: '<span class="total_files"/> <small>'+tr("TOTAL")+'</small> \
|
||||
<span class="size_files"/> <small>'+tr("SIZE")+'</small>',
|
||||
table: '<table id="datatable_files" class="datatable twelve">\
|
||||
|
@ -411,8 +411,8 @@ var groups_tab = {
|
||||
tabClass: 'subTab',
|
||||
parentTab: 'system-tab',
|
||||
search_input: '<input id="group_search" type="text" placeholder="'+tr("Search")+'" />',
|
||||
list_header: '<i class="fa fa-users"></i> '+tr("Groups"),
|
||||
info_header: '<i class="fa fa-users"></i> '+tr("Group"),
|
||||
list_header: '<i class="fa fa-fw fa-users"></i> '+tr("Groups"),
|
||||
info_header: '<i class="fa fa-fw fa-users"></i> '+tr("Group"),
|
||||
subheader: '<span>\
|
||||
<span class="total_groups"/> <small>'+tr("TOTAL")+'</small>\
|
||||
</span>',
|
||||
|
@ -342,8 +342,8 @@ var hosts_tab = {
|
||||
tabClass: "subTab",
|
||||
parentTab: "infra-tab",
|
||||
search_input: '<input id="hosts_search" type="text" placeholder="'+tr("Search")+'" />',
|
||||
list_header: '<i class="fa fa-hdd-o "></i> '+tr("Hosts"),
|
||||
info_header: '<i class="fa fa-hdd-o "></i> '+tr("Host"),
|
||||
list_header: '<i class="fa fa-fw fa-hdd-o "></i> '+tr("Hosts"),
|
||||
info_header: '<i class="fa fa-fw fa-hdd-o "></i> '+tr("Host"),
|
||||
subheader: '<span class="total_hosts"/> <small>'+tr("TOTAL")+'</small> \
|
||||
<span class="on_hosts"/> <small>'+tr("ON")+'</small> \
|
||||
<span class="off_hosts"/> <small>'+tr("OFF")+'</small> \
|
||||
|
@ -517,8 +517,8 @@ var images_tab = {
|
||||
<div id="upload_progress_bars"></div>\
|
||||
</div>',
|
||||
search_input: '<input id="image_search" type="text" placeholder="'+tr("Search")+'" />',
|
||||
list_header: '<i class="fa fa-upload"></i> '+tr("Images"),
|
||||
info_header: '<i class="fa fa-upload"></i> '+tr("Image"),
|
||||
list_header: '<i class="fa fa-fw fa-upload"></i> '+tr("Images"),
|
||||
info_header: '<i class="fa fa-fw fa-upload"></i> '+tr("Image"),
|
||||
subheader: '<span class="total_images"/> <small>'+tr("TOTAL")+'</small> \
|
||||
<span class="size_images"/> <small>'+tr("USED")+'</small>',
|
||||
table: '<table id="datatable_images" class="datatable twelve">\
|
||||
|
@ -227,8 +227,8 @@ var marketplace_tab = {
|
||||
title: '<i class="fa fa-lg fa-fw fa-shopping-cart"></i> ' + tr("Marketplace"),
|
||||
buttons: market_buttons,
|
||||
search_input: '<input id="marketplace_search" type="text" placeholder="'+tr("Search")+'" />',
|
||||
list_header: '<i class="fa fa-shopping-cart"></i> '+tr("OpenNebula Marketplace"),
|
||||
info_header: '<i class="fa fa-shopping-cart"></i> '+tr("Appliance"),
|
||||
list_header: '<i class="fa fa-fw fa-shopping-cart"></i> '+tr("OpenNebula Marketplace"),
|
||||
info_header: '<i class="fa fa-fw fa-shopping-cart"></i> '+tr("Appliance"),
|
||||
subheader: '<span/> <small></small> ',
|
||||
table: '<table id="datatable_marketplace" class="datatable twelve">\
|
||||
<thead>\
|
||||
|
@ -1051,8 +1051,8 @@ var services_tab = {
|
||||
tabClass: 'subTab',
|
||||
parentTab: 'oneflow-dashboard',
|
||||
search_input: '<input id="services_search" type="text" placeholder="'+tr("Search")+'" />',
|
||||
list_header: '<i class="fa fa-code-fork fa fa-rotate-90"></i> '+tr("OneFlow - Services"),
|
||||
info_header: '<i class="fa fa-code-fork fa fa-rotate-90"></i> '+tr("OneFlow - Service"),
|
||||
list_header: '<i class="fa fa-fw fa-code-fork fa fa-rotate-90"></i> '+tr("OneFlow - Services"),
|
||||
info_header: '<i class="fa fa-fw fa-code-fork fa fa-rotate-90"></i> '+tr("OneFlow - Service"),
|
||||
subheader: '<span/> <small></small> ',
|
||||
content: '<div class="row" id="error_message" hidden>\
|
||||
<div class="small-6 columns small-centered text-center">\
|
||||
|
@ -525,8 +525,8 @@ var service_templates_tab = {
|
||||
tabClass: 'subTab',
|
||||
parentTab: 'oneflow-dashboard',
|
||||
search_input: '<input id="service_templates_search" type="text" placeholder="'+tr("Search")+'" />',
|
||||
list_header: '<i class="fa fa-file-o"></i> '+tr("OneFlow - Templates"),
|
||||
info_header: '<i class="fa fa-file-o"></i> '+tr("OneFlow - Template"),
|
||||
list_header: '<i class="fa fa-fw fa-file-o"></i> '+tr("OneFlow - Templates"),
|
||||
info_header: '<i class="fa fa-fw fa-file-o"></i> '+tr("OneFlow - Template"),
|
||||
subheader: '<span/> <small></small> ',
|
||||
content: '<div class="row" id="error_message" hidden>\
|
||||
<div class="small-6 columns small-centered text-center">\
|
||||
|
@ -526,8 +526,8 @@ var templates_tab = {
|
||||
tabClass: 'subTab',
|
||||
parentTab: 'vresources-tab',
|
||||
search_input: '<input id="template_search" type="text" placeholder="'+tr("Search")+'" />',
|
||||
list_header: '<i class="fa fa-file-o"></i> '+tr("Templates"),
|
||||
info_header: '<i class="fa fa-file-o"></i> '+tr("Template"),
|
||||
list_header: '<i class="fa fa-fw fa-file-o"></i> '+tr("Templates"),
|
||||
info_header: '<i class="fa fa-fw fa-file-o"></i> '+tr("Template"),
|
||||
subheader: '<span/> <small></small> </span>',
|
||||
table: '<table id="datatable_templates" class="datatable twelve">\
|
||||
<thead>\
|
||||
|
@ -514,8 +514,8 @@ var users_tab = {
|
||||
tabClass: 'subTab',
|
||||
parentTab: 'system-tab',
|
||||
search_input: ' <input id="user_search" type="text" placeholder="'+tr("Search")+'" />',
|
||||
list_header: '<i class="fa fa-user"></i> '+tr("Users"),
|
||||
info_header: '<i class="fa fa-user"></i> '+tr("User"),
|
||||
list_header: '<i class="fa fa-fw fa-user"></i> '+tr("Users"),
|
||||
info_header: '<i class="fa fa-fw fa-user"></i> '+tr("User"),
|
||||
subheader: '<span>\
|
||||
<span class="total_users"/> <small>'+tr("TOTAL")+'</small>\
|
||||
</span>',
|
||||
|
@ -1132,8 +1132,8 @@ var vms_tab = {
|
||||
tabClass: 'subTab',
|
||||
parentTab: 'vresources-tab',
|
||||
search_input: '<input id="vms_search" type="text" placeholder="'+tr("Search")+'" />',
|
||||
list_header: '<i class="fa fa-cloud"></i> '+tr("Virtual Machines"),
|
||||
info_header: '<i class="fa fa-cloud"></i> '+tr("Virtual Machine"),
|
||||
list_header: '<i class="fa fa-fw fa-cloud"></i> '+tr("Virtual Machines"),
|
||||
info_header: '<i class="fa fa-fw fa-cloud"></i> '+tr("Virtual Machine"),
|
||||
subheader: '<span class="total_vms"/> <small>'+tr("TOTAL")+'</small> \
|
||||
<span class="active_vms"/> <small>'+tr("ACTIVE")+'</small> \
|
||||
<span class="off_vms"/> <small>'+tr("OFF")+'</small> \
|
||||
|
@ -583,8 +583,8 @@ var vnets_tab = {
|
||||
tabClass: "subTab",
|
||||
parentTab: "infra-tab",
|
||||
search_input: '<input id="vnet_search" type="text" placeholder="'+tr("Search")+'" />',
|
||||
list_header: '<i class="fa fa-globe"></i> '+tr("Virtual Networks"),
|
||||
info_header: '<i class="fa fa-globe"></i> '+tr("Virtual Network"),
|
||||
list_header: '<i class="fa fa-fw fa-globe"></i> '+tr("Virtual Networks"),
|
||||
info_header: '<i class="fa fa-fw fa-globe"></i> '+tr("Virtual Network"),
|
||||
subheader: '<span class="total_vnets"/> <small>'+tr("TOTAL")+'</small> \
|
||||
<span class="addresses_vnets"/> <small>'+tr("USED IPs")+'</small>',
|
||||
table: '<table id="datatable_vnetworks" class="datatable twelve">\
|
||||
|
@ -221,8 +221,8 @@ var zones_tab = {
|
||||
tabClass: "subTab",
|
||||
parentTab: "infra-tab",
|
||||
search_input: '<input id="zone_search" type="text" placeholder="'+tr("Search")+'" />',
|
||||
list_header: '<i class="fa fa-files-o"></i> '+tr("Zones"),
|
||||
info_header: '<i class="fa fa-files-o"></i> '+tr("Zone"),
|
||||
list_header: '<i class="fa fa-fw fa-files-o"></i> '+tr("Zones"),
|
||||
info_header: '<i class="fa fa-fw fa-files-o"></i> '+tr("Zone"),
|
||||
subheader: '<span/> <small></small> ',
|
||||
table: '<table id="datatable_zones" class="datatable twelve">\
|
||||
<thead>\
|
||||
|
Loading…
x
Reference in New Issue
Block a user