diff --git a/db/sql/updates/updateTo3.15.4.sql b/db/sql/updates/old/updateTo3.15.4.sql
similarity index 100%
rename from db/sql/updates/updateTo3.15.4.sql
rename to db/sql/updates/old/updateTo3.15.4.sql
diff --git a/db/sql/updates/updateTo3.15.5.sql b/db/sql/updates/updateTo3.15.5.sql
index a7a3d3a5b..76861215f 100644
--- a/db/sql/updates/updateTo3.15.5.sql
+++ b/db/sql/updates/updateTo3.15.5.sql
@@ -3,7 +3,9 @@
-- See LICENSE file.
--
--- Execute by running `mysql CDB_DB_NAME --host=127.0.0.1 --user=cdb -p < updateTo3.15.4.sql`
+-- Execute by running `mysql CDB_DB_NAME --host=127.0.0.1 --user=cdb -p < updateTo3.15.5.sql`
+
+delimiter //
DROP PROCEDURE IF EXISTS fetch_relationship_children_items;//
CREATE PROCEDURE `fetch_relationship_children_items` (IN item_id INT, IN relationship_type_id INT, IN parent_relationship_id INT)
diff --git a/etc/version b/etc/version
index 8f6e357b3..9658bd085 100644
--- a/etc/version
+++ b/etc/version
@@ -1 +1 @@
-3.15.4
+3.15.5
diff --git a/src/java/CdbWebPortal/src/java/openapi.yaml b/src/java/CdbWebPortal/src/java/openapi.yaml
index 0dcc11fdf..9896eb14f 100644
--- a/src/java/CdbWebPortal/src/java/openapi.yaml
+++ b/src/java/CdbWebPortal/src/java/openapi.yaml
@@ -4,7 +4,7 @@ prettyPrint: true
cacheTTL: 0
openAPI:
info:
- version: '3.15.4'
+ version: '3.15.5'
title: Component Database API
description: 'The API that provides access to Component Database data.'
contact:
diff --git a/src/java/CdbWebPortal/web/resources/css/portal.css b/src/java/CdbWebPortal/web/resources/css/portal.css
index e057a4907..96e3e9431 100644
--- a/src/java/CdbWebPortal/web/resources/css/portal.css
+++ b/src/java/CdbWebPortal/web/resources/css/portal.css
@@ -834,6 +834,15 @@ h2 {
filter: grayscale(100%) brightness(500%) brightness(10%);
}
+.ui-icon-control {
+ background-image: url(../../resources/images/control.svg) !important;
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: contain;
+ animation: transition-ui-icon-machine-design 0.25s;
+ filter: grayscale(100%) brightness(500%) brightness(10%);
+}
+
@keyframes transition-ui-icon-machine-design {
0% {
transform:rotate(0deg);
diff --git a/src/java/CdbWebPortal/web/resources/images/control.svg b/src/java/CdbWebPortal/web/resources/images/control.svg
new file mode 100644
index 000000000..137b3f075
--- /dev/null
+++ b/src/java/CdbWebPortal/web/resources/images/control.svg
@@ -0,0 +1,32 @@
+
+
+
diff --git a/src/java/CdbWebPortal/web/templates/portalViewMenubarTemplate.xhtml b/src/java/CdbWebPortal/web/templates/portalViewMenubarTemplate.xhtml
index c0b228f45..39e96510b 100644
--- a/src/java/CdbWebPortal/web/templates/portalViewMenubarTemplate.xhtml
+++ b/src/java/CdbWebPortal/web/templates/portalViewMenubarTemplate.xhtml
@@ -92,7 +92,7 @@ See LICENSE file.
styleClass="#{fn:startsWith(view.viewId, '/views/itemDomainCableDesign/list') ? 'activeMenuItem' : ''} "/>
+
-
-
-
-
-
-
-
+