Batch manager + better component sizing

This commit is contained in:
Mo Bitar
2018-02-28 16:10:57 -06:00
parent 92b0dd7db0
commit 4c476ce0c3
7 changed files with 102 additions and 20 deletions

View File

@@ -1,8 +1,8 @@
.background{"ng-click" => "dismiss()"}
.content
.content{"ng-attr-id" => "component-content-outer-{{component.uuid}}"}
.sn-component
.panel{"ng-attr-id" => "component-{{component.uuid}}"}
.panel{"ng-attr-id" => "component-content-inner-{{component.uuid}}"}
.header
%h1.title
{{component.name}}

View File

@@ -63,7 +63,7 @@
%iframe{"ng-if" => "component && componentValid",
"ng-attr-id" => "component-{{component.uuid}}",
"ng-attr-id" => "component-iframe-{{component.uuid}}",
"ng-src" => "{{getUrl() | trusted}}", "frameBorder" => "0",
"sandbox" => "allow-scripts allow-top-navigation-by-user-activation allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-modals allow-forms",
"data-component-id" => "{{component.uuid}}"}