mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-29 18:50:08 +03:00
Feature #3985: Remove extended_table class
This commit is contained in:
parent
333f246efa
commit
8790dee278
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="large-6 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{{tr "Information"}}</th>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="large-6 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{{tr "Information"}}</th>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="large-6 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{{tr "Information"}}</th>
|
||||
|
@ -48,7 +48,7 @@
|
||||
<span class="tip">{{description}}</span>
|
||||
{{/if}}
|
||||
</h4>
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<tr>
|
||||
<th style='width: 60%;'></th>
|
||||
<th>{{tr "Group Users"}}</th>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="large-6 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{{tr "Information"}}</th>
|
||||
@ -21,7 +21,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="large-6 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
{{#if adminViews}}
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="large-6 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{{tr "Information"}}</th>
|
||||
@ -37,7 +37,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="large-6 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{{tr "Capacity"}}</th>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="large-12 columns">
|
||||
<table id="datatable_pci_{{panelId}}" class="dataTable extended_table">
|
||||
<table id="datatable_pci_{{panelId}}" class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{tr "VM"}}</th>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{tr "Datastore ID"}}</th>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="large-6 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{{tr "Information"}}</th>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="large-6 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">{{tr "Information"}}</th>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<form>
|
||||
<h4>{{tr "Role"}} - {{role.name}}</h4>
|
||||
<div class='large-12 columns'>
|
||||
<table class='dataTable extended_table policies_table'>
|
||||
<table class='dataTable policies_table'>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan='8'>{{tr "Information"}}</th>
|
||||
@ -60,7 +60,7 @@
|
||||
<div class='large-12 columns'>
|
||||
<br>
|
||||
{{#if role.elasticity_policies}}
|
||||
<table class="dataTable extended_table policies_table">
|
||||
<table class="dataTable policies_table">
|
||||
<thead style="background:#dfdfdf">
|
||||
<tr>
|
||||
<th colspan="7">{{tr "Elasticity policies"}}</th>
|
||||
@ -121,7 +121,7 @@
|
||||
{{/if}}
|
||||
<br>
|
||||
{{#if role.scheduled_policies}}
|
||||
<table class="dataTable extended_table policies_table">
|
||||
<table class="dataTable policies_table">
|
||||
<thead style="background:#dfdfdf">
|
||||
<tr>
|
||||
<th colspan="5">{{tr "Scheduled policies"}}</th>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="large-6 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">{{tr "Information"}}</th>
|
||||
@ -42,7 +42,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
{{#if customAttrs}}
|
||||
<table id="info_template_table" class="dataTable extended_table">
|
||||
<table id="info_template_table" class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">{{tr "Network Configuration"}}</th>
|
||||
|
@ -24,7 +24,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="service_template_param service_role medium-6 columns">
|
||||
<table class="networks_role extended_table dataTable">
|
||||
<table class="networks_role dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">
|
||||
@ -37,7 +37,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="service_template_param service_role medium-6 columns">
|
||||
<table class="parent_roles extended_table dataTable">
|
||||
<table class="parent_roles dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="large-6 columns">
|
||||
<table id="info_security_group_table" class="dataTable extended_table">
|
||||
<table id="info_security_group_table" class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{{tr "Information"}}</th>
|
||||
@ -21,7 +21,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="large-9 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{tr "Rules"}}</th>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="large-6 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{{tr "Information"}}</th>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="large-6 columns">
|
||||
<table id="info_user_table" class="dataTable extended_table" cellpadding="0" cellspacing="0" border="0">
|
||||
<table id="info_user_table" class="dataTable" cellpadding="0" cellspacing="0" border="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{{tr "Information"}}</th>
|
||||
@ -67,7 +67,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="large-6 columns">
|
||||
<table class="dataTable extended_table" cellpadding="0" cellspacing="0" border="0">
|
||||
<table class="dataTable" cellpadding="0" cellspacing="0" border="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{tr "Public SSH Key"}}</th>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="large-6 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{{tr "Information"}}</th>
|
||||
|
@ -45,7 +45,7 @@ define(function(require) {
|
||||
var that = this;
|
||||
var html = '<div class="row">\
|
||||
<div class="large-12 columns">\
|
||||
<table id="scheduling_actions_table" class="info_table dataTable extended_table">\
|
||||
<table id="scheduling_actions_table" class="info_table dataTable">\
|
||||
<thead>\
|
||||
<tr>\
|
||||
<th>' + Locale.tr("ID") + '</th>\
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="large-9 columns">
|
||||
<table class="info_table dataTable extended_table">
|
||||
<table class="info_table dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{tr "CPU"}}</th>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="large-6 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{{tr "Information"}}</th>
|
||||
@ -54,7 +54,7 @@
|
||||
{{#if monitoringTableContentHTML}}
|
||||
<div class="row">
|
||||
<div class="large-9 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">{{tr "Monitoring"}}</th>
|
||||
|
@ -56,7 +56,7 @@ define(function(require) {
|
||||
var html = '<form id="tab_network_form" vmid="' + that.element.ID + '" >\
|
||||
<div class="row">\
|
||||
<div class="large-12 columns">\
|
||||
<table class="nics_table no-hover info_table dataTable extended_table">\
|
||||
<table class="nics_table no-hover info_table dataTable">\
|
||||
<thead>\
|
||||
<tr>\
|
||||
<th></th>\
|
||||
@ -95,7 +95,7 @@ define(function(require) {
|
||||
if (!$.isEmptyObject(externalNetworkAttrs)) {
|
||||
html += '<div class="row">' +
|
||||
'<div class="large-12 columns">' +
|
||||
'<table class="dataTable extended_table">' +
|
||||
'<table class="dataTable">' +
|
||||
'<thead>' +
|
||||
'<tr>' +
|
||||
'<th colspan=2>' + Locale.tr("Network Monitoring Attributes") + '</th>' +
|
||||
@ -304,7 +304,7 @@ define(function(require) {
|
||||
$(this).children("span").removeClass('fa-chevron-up');
|
||||
} else {
|
||||
var html = '<div style="padding-left: 30px;">\
|
||||
<table class="extended_table dataTable">\
|
||||
<table class="dataTable">\
|
||||
<thead>\
|
||||
<tr>\
|
||||
<th colspan="2">' + Locale.tr("Security Group") + '</th>\
|
||||
|
@ -43,7 +43,7 @@ define(function(require) {
|
||||
function _html() {
|
||||
var that = this;
|
||||
var html = '<div class="row"><div class="large-12 columns">\
|
||||
<table id="vm_history_table" class="extended_table dataTable">\
|
||||
<table id="vm_history_table" class="dataTable">\
|
||||
<thead>\
|
||||
<tr>\
|
||||
<th>' + Locale.tr("#") + '</th>\
|
||||
@ -114,7 +114,7 @@ define(function(require) {
|
||||
if (that.element.USER_TEMPLATE.SCHED_MESSAGE) {
|
||||
html += '<div class="row">\
|
||||
<div class="large-12 columns">\
|
||||
<table id="vm_ds_placement_table" class="extended_table dataTable">\
|
||||
<table id="vm_ds_placement_table" class="dataTable">\
|
||||
<thead>\
|
||||
<tr>\
|
||||
<th align="center">' + Locale.tr("Sched Message") + '</th>\
|
||||
@ -137,7 +137,7 @@ define(function(require) {
|
||||
|
||||
html += '<div class="row">\
|
||||
<div class="large-9 columns">\
|
||||
<table id="vm_placement_table" class="extended_table dataTable">\
|
||||
<table id="vm_placement_table" class="dataTable">\
|
||||
<thead>\
|
||||
<tr>\
|
||||
<th colspan="2" align="center">' + Locale.tr("Placement - Host") + '</th>\
|
||||
@ -154,7 +154,7 @@ define(function(require) {
|
||||
</tr>\
|
||||
</tbody>\
|
||||
</table>\
|
||||
<table id="vm_ds_placement_table" class="extended_table dataTable">\
|
||||
<table id="vm_ds_placement_table" class="dataTable">\
|
||||
<thead>\
|
||||
<tr>\
|
||||
<th colspan="2" align="center">' + Locale.tr("Placement - Datastore") + '</th>\
|
||||
|
@ -49,7 +49,7 @@ define(function(require) {
|
||||
var html = '<form id="snapshot_form" vmid="' + that.element.ID + '" >\
|
||||
<div class="row">\
|
||||
<div class="large-12 columns">\
|
||||
<table class="info_table dataTable extended_table">\
|
||||
<table class="info_table dataTable">\
|
||||
<thead>\
|
||||
<tr>\
|
||||
<th>' + Locale.tr("ID") + '</th>\
|
||||
|
@ -1,7 +1,7 @@
|
||||
<form id="tab_storage_form" vmid="{{element.ID}}" >
|
||||
<div class="row">
|
||||
<div class="large-12 columns">
|
||||
<table class="disks_table no-hover info_table dataTable extended_table">
|
||||
<table class="disks_table no-hover info_table dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
|
@ -41,7 +41,7 @@ define(function(require) {
|
||||
function _html() {
|
||||
return '<div class="row">'+
|
||||
'<div class="large-12 columns">'+
|
||||
'<table class="dataTable extended_table">'+
|
||||
'<table class="dataTable">'+
|
||||
'<thead>'+
|
||||
'<tr>'+
|
||||
'<th colspan="2">' + Locale.tr("Template") + '</th>'+
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row collapse">
|
||||
<div class="large-6 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr><th colspan="2">{{tr "Address Range"}} {{arId}}</th></tr>
|
||||
</thead>
|
||||
@ -17,7 +17,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="large-6 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr><th colspan="2"> </th></tr>
|
||||
</thead>
|
||||
@ -34,7 +34,7 @@
|
||||
</div>
|
||||
<div class="row collapse">
|
||||
<div class="large-12 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{tr "Range"}}</th>
|
||||
@ -76,7 +76,7 @@
|
||||
{{#if secgroupTableHTML}}
|
||||
<div class="row collapse">
|
||||
<div class="large-12 columns">
|
||||
<table class="dataTable extended_table">
|
||||
<table class="dataTable">
|
||||
<thead>
|
||||
<tr><th>{{tr "Security Groups"}}</th></tr>
|
||||
</thead>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="large-6 columns">
|
||||
<table id="info_vnet_table" class="dataTable extended_table">
|
||||
<table id="info_vnet_table" class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{{tr "Information"}}</th>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="large-6 columns">
|
||||
<table id="info_zone_table" class="dataTable extended_table">
|
||||
<table id="info_zone_table" class="dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{{tr "Information"}}</th>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<table class="{{resourceType}}_permissions_table dataTable extended_table">
|
||||
<table class="{{resourceType}}_permissions_table dataTable">
|
||||
{{{permissionsHTML}}}
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -254,7 +254,7 @@ define(function(require) {
|
||||
|
||||
quotas_tab_html +=
|
||||
'<legend>'+Locale.tr("Image")+'</legend>\
|
||||
<table class="quota_table extended_table image_quota_table">\
|
||||
<table class="quota_table image_quota_table">\
|
||||
<thead>\
|
||||
<tr>\
|
||||
<th style="width:16%">'+Locale.tr("ID")+'</th>\
|
||||
@ -395,7 +395,7 @@ define(function(require) {
|
||||
|
||||
quotas_tab_html +=
|
||||
'<legend>'+Locale.tr("Datastore")+'</legend>\
|
||||
<table class="quota_table extended_table ds_quota_table">\
|
||||
<table class="quota_table ds_quota_table">\
|
||||
<thead>\
|
||||
<tr>\
|
||||
<th style="width:16%">'+Locale.tr("ID")+'</th>\
|
||||
@ -562,7 +562,7 @@ define(function(require) {
|
||||
|
||||
quotas_tab_html +=
|
||||
'<legend>'+Locale.tr("Network")+'</legend>\
|
||||
<table class="quota_table extended_table network_quota_table">\
|
||||
<table class="quota_table network_quota_table">\
|
||||
<thead>\
|
||||
<tr>\
|
||||
<th style="width:16%">'+Locale.tr("ID")+'</th>\
|
||||
|
Loading…
x
Reference in New Issue
Block a user