diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2020-03-22 10:46:13 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-03-22 08:47:42 +0000 |
commit | e639665414ee35e5f23d6091d53e67b35e123935 (patch) | |
tree | a1c175d74179ea555e16004d43bf94878c2a600e | |
parent | 5ad4f12759e6437a60d8b4c09b90293ebe242adf (diff) |
Fix for Operation Button is missing
Change-Id: I4da92b9e7055c4b7b375e77aab87122e8a61b520
Issue-ID: SDC-2843
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r-- | catalog-ui/src/app/modules/directive-module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-ui/src/app/modules/directive-module.ts b/catalog-ui/src/app/modules/directive-module.ts index 23dc3cff48..56efcdc683 100644 --- a/catalog-ui/src/app/modules/directive-module.ts +++ b/catalog-ui/src/app/modules/directive-module.ts @@ -235,7 +235,7 @@ directiveModule.directive('ng2ServicePathSelector', downgradeComponent({ outputs: [] }) as angular.IDirectiveFactory); -directiveModule.directive('ng2InterfaceOperation', downgradeComponent({ +directiveModule.directive('interfaceOperation', downgradeComponent({ component: InterfaceOperationComponent, inputs: ['component', 'readonly'], outputs: [] |