- |
-
+ |
- ID
- {$ row.id $}
@@ -72,17 +71,17 @@
- External Network
- {$ row['router:external'] | yesno $}
- Provider Network
+ Provider Network
-
+
- Type
- {$ row['provider:network_type'] $}
-
+
- Segmentation ID
- {$ row['provider:segmentation_id'] $}
-
+
- Physical Network
- {$ row['provider:physical_network'] $}
@@ -94,10 +93,9 @@
-
-
-
+
+
|
@@ -129,14 +127,14 @@
{$ row.shared | yesno $} |
{$ row.admin_state | decode:ctrl.networkAdminStates $} |
{$ row.status | decode:ctrl.networkStatuses $} |
-
+ |
-
@@ -144,8 +142,7 @@
|
- |
-
+ |
- ID
- {$ row.id $}
@@ -154,17 +151,17 @@
- External Network
- {$ row['router:external'] | yesno $}
- Provider Network
+ Provider Network
-
+
- Type
- - {$ row['provider:network_type'] $}
+ - {$ row['provider:network_type'] $}
-
+
- Segmentation ID
- {$ row['provider:segmentation_id'] $}
-
+
- Physical Network
- {$ row['provider:physical_network'] $}
diff --git a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.html b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.html
index 24f3e00cc..f9bda52f1 100644
--- a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.html
+++ b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/networkports/ports.html
@@ -15,7 +15,7 @@
IP |
Admin State |
Status |
- |
+ |
|
@@ -45,9 +45,9 @@
{$ item.admin_state | decode:ctrl.portAdminStates $} |
{$ item.status | decode:ctrl.portStatuses $} |
-
+ |
-
@@ -93,7 +93,7 @@
IP |
Admin State |
Status |
- |
+ |
@@ -118,9 +118,9 @@
{$ item.admin_state | decode:ctrl.portAdminStates $} |
{$ item.status | decode:ctrl.portStatuses $} |
-
+ |
-
diff --git a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-group-details.html b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-group-details.html
index 75b1c1de0..58012e5ce 100644
--- a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-group-details.html
+++ b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-group-details.html
@@ -1,4 +1,4 @@
-
+
Direction |
diff --git a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.html b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.html
index a6c33659e..424c4a49c 100644
--- a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.html
+++ b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/security-groups/security-groups.html
@@ -33,9 +33,9 @@
{$ row.name $} |
{$ row.description $} |
-
+ |
-
@@ -85,9 +85,9 @@
|
{$ row.name$} |
{$ row.description $} |
-
+ |
-
@@ -95,8 +95,7 @@
|
- |
-
+ |
|
diff --git a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source-details.html b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source-details.html
index 7d3f3744e..474eba76a 100644
--- a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source-details.html
+++ b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source-details.html
@@ -1,43 +1,34 @@
- |
-
-
+ |
-
- - Min Disk
+
+ - Min Disk (GB)
-
{$ (row.properties ? row.min_disk : row.volume_image_metadata.min_disk) || '--' $}
-
- - Min RAM
+
+ - Min RAM (MB)
-
{$ (row.properties ? row.min_ram : row.volume_image_metadata.min_ram) || '--' $}
- |
-
- |
diff --git a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.js b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.js
index 6fd128bc8..bb99cfe66 100644
--- a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.js
+++ b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.js
@@ -133,32 +133,32 @@
// Mapping for dynamic table headers
var tableHeadCellsMap = {
image: [
- { text: gettext('Name'), style: { width: '30%' }, sortable: true, sortDefault: true },
- { text: gettext('Updated'), style: { width: '15%' }, sortable: true },
- { text: gettext('Size'), style: { width: '15%' }, classList: ['number'], sortable: true },
+ { text: gettext('Name'), sortable: true, sortDefault: true },
+ { text: gettext('Updated'), sortable: true },
+ { text: gettext('Size'), classList: ['number'], sortable: true },
{ text: gettext('Type'), sortable: true },
{ text: gettext('Visibility'), sortable: true }
],
snapshot: [
- { text: gettext('Name'), style: { width: '30%' }, sortable: true, sortDefault: true },
- { text: gettext('Updated'), style: { width: '15%' }, sortable: true },
- { text: gettext('Size'), style: { width: '15%' }, classList: ['number'], sortable: true },
+ { text: gettext('Name'), sortable: true, sortDefault: true },
+ { text: gettext('Updated'), sortable: true },
+ { text: gettext('Size'), classList: ['number'], sortable: true },
{ text: gettext('Type'), sortable: true },
{ text: gettext('Visibility'), sortable: true }
],
volume: [
- { text: gettext('Name'), style: { width: '25%' }, sortable: true, sortDefault: true },
- { text: gettext('Description'), style: { width: '20%' }, sortable: true },
- { text: gettext('Size'), style: { width: '15%' }, classList: ['number'], sortable: true },
- { text: gettext('Type'), style: { width: '20%' }, sortable: true },
- { text: gettext('Availability Zone'), style: { width: '20%' }, sortable: true }
+ { text: gettext('Name'), sortable: true, sortDefault: true },
+ { text: gettext('Description'), sortable: true },
+ { text: gettext('Size'), classList: ['number'], sortable: true },
+ { text: gettext('Type'), sortable: true },
+ { text: gettext('Availability Zone'), sortable: true }
],
volume_snapshot: [
- { text: gettext('Name'), style: { width: '25%' }, sortable: true, sortDefault: true },
- { text: gettext('Description'), style: { width: '20%' }, sortable: true },
- { text: gettext('Size'), style: { width: '15%' }, classList: ['number'], sortable: true },
- { text: gettext('Created'), style: { width: '15%' }, sortable: true },
- { text: gettext('Status'), style: { width: '20%' }, sortable: true }
+ { text: gettext('Name'), sortable: true, sortDefault: true },
+ { text: gettext('Description'), sortable: true },
+ { text: gettext('Size'), classList: ['number'], sortable: true },
+ { text: gettext('Created'), sortable: true },
+ { text: gettext('Status'), sortable: true }
]
};
@@ -171,26 +171,21 @@
{ key: 'name', classList: ['hi-light'] },
{ key: 'updated_at', filter: dateFilter, filterArg: 'short' },
{ key: 'size', filter: bytesFilter, classList: ['number'] },
- { key: 'disk_format', style: { 'text-transform': 'uppercase' },
- filter: diskFormatFilter, filterRawData: true },
- { key: 'is_public', filter: decodeFilter, filterArg: _visibilitymap,
- style: { 'text-transform': 'capitalize' } }
+ { key: 'disk_format', filter: diskFormatFilter, filterRawData: true },
+ { key: 'is_public', filter: decodeFilter, filterArg: _visibilitymap }
],
snapshot: [
{ key: 'name', classList: ['hi-light'] },
{ key: 'updated_at', filter: dateFilter, filterArg: 'short' },
{ key: 'size', filter: bytesFilter, classList: ['number'] },
- { key: 'disk_format', style: { 'text-transform': 'uppercase' },
- filter: diskFormatFilter, filterRawData: true },
- { key: 'is_public', filter: decodeFilter, filterArg: _visibilitymap,
- style: { 'text-transform': 'capitalize' } }
+ { key: 'disk_format', filter: diskFormatFilter, filterRawData: true },
+ { key: 'is_public', filter: decodeFilter, filterArg: _visibilitymap }
],
volume: [
{ key: 'name', classList: ['hi-light'] },
{ key: 'description' },
{ key: 'size', filter: gbFilter, classList: ['number'] },
- { key: 'volume_image_metadata', filter: diskFormatFilter,
- style: { 'text-transform': 'uppercase' } },
+ { key: 'volume_image_metadata', filter: diskFormatFilter },
{ key: 'availability_zone' }
],
volume_snapshot: [
@@ -198,7 +193,7 @@
{ key: 'description' },
{ key: 'size', filter: gbFilter, classList: ['number'] },
{ key: 'created_at', filter: dateFilter, filterArg: 'short' },
- { key: 'status', style: { 'text-transform': 'capitalize' } }
+ { key: 'status' }
]
};
diff --git a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html
index a36c0ea1d..1ff90d940 100644
--- a/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html
+++ b/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html
@@ -103,29 +103,23 @@
hz-table
st-safe-src="ctrl.tableData.allocated"
st-table="ctrl.tableData.displayAllocated">
-
|
-
+ |
{$ ctrl.tableHeadCells[0].text $}
|
-
+ |
{$ ctrl.tableHeadCells[1].text $}
|
-
+ |
{$ ctrl.tableHeadCells[2].text $}
|
-
+ |
{$ ctrl.tableHeadCells[3].text $}
|
-
+ |
{$ ctrl.tableHeadCells[4].text $}
|
|
@@ -149,24 +143,19 @@
hz-expand-detail
title="{$ ::trCtrl.helpText.expandDetailsText $}">
-
+ |
{$ ctrl.tableBodyCells[0].filter ? ctrl.tableBodyCells[0].filter(row[ctrl.tableBodyCells[0].key], ctrl.tableBodyCells[0].filterArg) : row[ctrl.tableBodyCells[0].key] $}
|
-
+ |
{$ ctrl.tableBodyCells[1].filter ? ctrl.tableBodyCells[1].filter(row[ctrl.tableBodyCells[1].key], ctrl.tableBodyCells[1].filterArg) : row[ctrl.tableBodyCells[1].key] $}
|
-
+ |
{$ ctrl.tableBodyCells[2].filter ? ctrl.tableBodyCells[2].filter(row[ctrl.tableBodyCells[2].key], ctrl.tableBodyCells[2].filterArg) : row[ctrl.tableBodyCells[2].key] $}
|
-
+ |
{$ ctrl.tableBodyCells[3].filter ? ctrl.tableBodyCells[3].filter(ctrl.tableBodyCells[3].filterRawData ? row : row[ctrl.tableBodyCells[3].key], ctrl.tableBodyCells[3].filterArg) : row[ctrl.tableBodyCells[3].key] $}
|
-
+ |
{$ ctrl.tableBodyCells[4].filter ? ctrl.tableBodyCells[4].filter(row[ctrl.tableBodyCells[4].key], ctrl.tableBodyCells[4].filterArg) : row[ctrl.tableBodyCells[4].key] $}
|
-
+ |
-
@@ -209,31 +198,26 @@
|
{$ ctrl.tableHeadCells[0].text $}
|
{$ ctrl.tableHeadCells[1].text $}
|
{$ ctrl.tableHeadCells[2].text $}
|
{$ ctrl.tableHeadCells[3].text $}
|
{$ ctrl.tableHeadCells[4].text $}
|
@@ -259,24 +243,19 @@
title="{$ ::trCtrl.helpText.expandDetailsText $}">
|
-
+ |
{$ ctrl.tableBodyCells[0].filter ? ctrl.tableBodyCells[0].filter(row[ctrl.tableBodyCells[0].key], ctrl.tableBodyCells[0].filterArg) : row[ctrl.tableBodyCells[0].key] $}
|
-
+ |
{$ ctrl.tableBodyCells[1].filter ? ctrl.tableBodyCells[1].filter(row[ctrl.tableBodyCells[1].key], ctrl.tableBodyCells[1].filterArg) : row[ctrl.tableBodyCells[1].key] $}
|
-
+ |
{$ ctrl.tableBodyCells[2].filter ? ctrl.tableBodyCells[2].filter(row[ctrl.tableBodyCells[2].key], ctrl.tableBodyCells[2].filterArg) : row[ctrl.tableBodyCells[2].key] $}
|
-
+ |
{$ ctrl.tableBodyCells[3].filter ? ctrl.tableBodyCells[3].filter(ctrl.tableBodyCells[3].filterRawData ? row : row[ctrl.tableBodyCells[3].key], ctrl.tableBodyCells[3].filterArg) : row[ctrl.tableBodyCells[3].key] $}
|
-
+ |
{$ ctrl.tableBodyCells[4].filter ? ctrl.tableBodyCells[4].filter(row[ctrl.tableBodyCells[4].key], ctrl.tableBodyCells[4].filterArg) : row[ctrl.tableBodyCells[4].key] $}
|
-
+ |
-
| | | |