diff --git a/platform/commonUI/general/bundle.json b/platform/commonUI/general/bundle.json index 2093a988cd..2dd8d5dc4c 100644 --- a/platform/commonUI/general/bundle.json +++ b/platform/commonUI/general/bundle.json @@ -43,6 +43,10 @@ "key": "action-button", "templateUrl": "templates/controls/action-button.html" }, + { + "key": "menu-button", + "templateUrl": "templates/controls/menu-button.html" + }, { "key": "input-filter", "templateUrl": "templates/controls/input-filter.html" diff --git a/platform/commonUI/general/res/templates/controls/menu-button.html b/platform/commonUI/general/res/templates/controls/menu-button.html new file mode 100644 index 0000000000..a0d1adf3a6 --- /dev/null +++ b/platform/commonUI/general/res/templates/controls/menu-button.html @@ -0,0 +1,32 @@ + + + + {{parameters.action.getMetadata().glyph}} + + + {{parameters.action.getMetadata().name}} + +