diff --git a/refstack-ui/app/components/guidelines/guidelines.html b/refstack-ui/app/components/guidelines/guidelines.html index 797a636e..41e55ef1 100644 --- a/refstack-ui/app/components/guidelines/guidelines.html +++ b/refstack-ui/app/components/guidelines/guidelines.html @@ -21,6 +21,7 @@ + diff --git a/refstack-ui/app/components/guidelines/guidelinesController.js b/refstack-ui/app/components/guidelines/guidelinesController.js index e76e4a2a..b92308cc 100644 --- a/refstack-ui/app/components/guidelines/guidelinesController.js +++ b/refstack-ui/app/components/guidelines/guidelinesController.js @@ -142,7 +142,8 @@ var old_type = ctrl.gl_type; if (ctrl.target === 'dns' || ctrl.target === 'orchestration' || - ctrl.target === 'shared_file_system' + ctrl.target === 'shared_file_system' || + ctrl.target === 'load_balancer' ) { ctrl.gl_type = ctrl.target; } else { diff --git a/refstack-ui/app/components/products/partials/testsTable.html b/refstack-ui/app/components/products/partials/testsTable.html index b1604124..d1aecf0c 100644 --- a/refstack-ui/app/components/products/partials/testsTable.html +++ b/refstack-ui/app/components/products/partials/testsTable.html @@ -95,6 +95,7 @@ + OpenStack with DNS +
Associated Product: diff --git a/refstack-ui/app/components/results-report/resultsReport.html b/refstack-ui/app/components/results-report/resultsReport.html index 661a4093..6c173478 100644 --- a/refstack-ui/app/components/results-report/resultsReport.html +++ b/refstack-ui/app/components/results-report/resultsReport.html @@ -88,6 +88,7 @@ + diff --git a/refstack-ui/app/components/results-report/resultsReportController.js b/refstack-ui/app/components/results-report/resultsReportController.js index e45d2401..0f675174 100644 --- a/refstack-ui/app/components/results-report/resultsReportController.js +++ b/refstack-ui/app/components/results-report/resultsReportController.js @@ -69,7 +69,8 @@ 'object': 'OpenStack Powered Object Storage', 'dns': 'OpenStack with DNS', 'orchestration': 'OpenStack with orchestration', - 'shared_file_system': 'OpenStack with Shared File System' + 'shared_file_system': 'OpenStack with Shared File System', + 'load_balancer': 'OpenStack with Load Balancer' }; /** The schema version of the currently selected guideline data. */ @@ -93,7 +94,8 @@ function getVersionList() { if (ctrl.target === 'dns' || ctrl.target === 'orchestration' || - ctrl.target === 'shared_file_system' + ctrl.target === 'shared_file_system' || + ctrl.target === 'load_balancer' ) { ctrl.gl_type = ctrl.target; @@ -285,7 +287,8 @@ var old_type = ctrl.gl_type; if (ctrl.target === 'dns' || ctrl.target === 'orchestration' || - ctrl.target === 'shared_file_system' + ctrl.target === 'shared_file_system' || + ctrl.target === 'load_balancer' ) { ctrl.gl_type = ctrl.target; } else { diff --git a/refstack-ui/app/components/results/results.html b/refstack-ui/app/components/results/results.html index ade812f3..d97e87e8 100644 --- a/refstack-ui/app/components/results/results.html +++ b/refstack-ui/app/components/results/results.html @@ -158,6 +158,7 @@ +