diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.devicetype.event.edit/edit.hbs b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.devicetype.event.edit/edit.hbs index f9707c27b8b..d4ac26f6d51 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.devicetype.event.edit/edit.hbs +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.devicetype.event.edit/edit.hbs @@ -48,89 +48,91 @@
-
-

{{name}}

-
-
-
- -
- +
+

{{name}}

+
+
+
+ +
+ - -
- - + {{#if event}} + + + {{else}} + + + {{/if}} - -
+ +
- -
-
- {{#if event.eventAttributes}} - {{#each event.eventAttributes.attributes}} -
-
-
- -
-
- + +
+
+ {{#if event.eventAttributes}} + {{#each event.eventAttributes.attributes}} +
+
+
+ +
+
+ +
+
-
+ {{/each}} + {{/if}} +
+
+
+ +
+
+ +
+
- {{/each}} - {{/if}} -
-
-
- -
-
- -
-
-
-
- {{#if event}} - - {{else}} - - {{/if}} +
+ {{#if event}} + + {{else}} + + {{/if}} -
diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.devicetype.event.edit/public/css/devicetype.css b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.devicetype.event.edit/public/css/devicetype.css index d9154903513..d737191d96e 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.devicetype.event.edit/public/css/devicetype.css +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.devicetype.event.edit/public/css/devicetype.css @@ -22,8 +22,4 @@ .wr-btn-secondary{ background-color: #617d8b; -} - -.page-content-wrapper{ - height: calc(100vh - 50px); } \ No newline at end of file