Some fixes

This commit is contained in:
Pablo 2019-01-30 12:19:06 +01:00
parent d0a8b8871e
commit 78d62a71f7
4 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@
}
.wzXmlEditorBody, .wzXmlEditorBody .CodeMirror{
height: 95%;
height: calc(~'100% - 22px');;
}
.groupContentViewer {

View File

@ -33,7 +33,7 @@
XML format error</span>
</button>
</div>
<div ng-if="fetchedXML">
<div ng-if="fetchedXML" style="height: calc(100vh - 292px);">
<wz-xml-file-editor file-name='agent.conf' data="fetchedXML" target-name="selectedItem.name + ' group'"
valid-fn='xmlIsValid(valid)'>
</wz-xml-file-editor>

View File

@ -135,7 +135,7 @@
XML format error</span>
</button>
</div>
<div class="md-padding md-padding-top-10" ng-if="fetchedXML">
<div class="md-padding md-padding-top-10" ng-if="fetchedXML" style="height: calc(100vh - 356px);">
<wz-xml-file-editor file-name='rules' data="fetchedXML" target-name="currentRule.file" valid-fn='xmlIsValid(valid)'>
</wz-xml-file-editor>
</div>

View File

@ -190,7 +190,7 @@
XML format error</span>
</button>
</div>
<div class="md-padding md-padding-top-10" ng-if="fetchedXML">
<div class="md-padding md-padding-top-10" ng-if="fetchedXML" style="height: calc(100vh - 500px);">
<wz-xml-file-editor file-name='rules' data="fetchedXML" target-name="currentRule.file" valid-fn='xmlIsValid(valid)'>
</wz-xml-file-editor>
</div>