Skip to content

Commit

Permalink
Ensure directives use end-closing tag
Browse files Browse the repository at this point in the history
(cherry picked from commit af63c6f)
  • Loading branch information
bjarnef authored and nul800sebastiaan committed Aug 31, 2020
1 parent 031769f commit dfa1266
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@

<umb-box data-element="node-info-history">

<umb-box-header title="{{historyLabel}}">

<umb-box-header title="{{historyLabel}}">
<umb-button
ng-hide="node.trashed"
type="button"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="umb-logviewer__main-content">
<div ng-show="!vm.canLoadLogs">
<umb-box>
<umb-box-header title="Unable to view logs"/>
<umb-box-header title="Unable to view logs"></umb-box-header>
<umb-box-content>
<p>Today's log file is too large to be viewed and would cause performance problems.</p>
<p>If you need to view the log files, try opening them manually</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ng-form name="gridItemConfigEditor" val-form-manager>

<umb-box ng-if="model.config">
<umb-box-header title-key="grid_settings" />
<umb-box-header title-key="grid_settings"></umb-box-header>
<umb-box-content>
<div>
<umb-property property="configValue"
Expand All @@ -26,7 +26,7 @@
</umb-box>

<umb-box ng-if="model.styles">
<umb-box-header title-key="grid_styles" />
<umb-box-header title-key="grid_styles"></umb-box-header>
<umb-box-content>
<div>
<umb-property property="styleValue"
Expand Down

0 comments on commit dfa1266

Please sign in to comment.