Repository: brooklyn-ui Updated Branches: refs/heads/master bf75d7f07 -> c33c7338e
Show error message on top of the YAML editor Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/1d69572a Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/1d69572a Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/1d69572a Branch: refs/heads/master Commit: 1d69572a9f66b08bc2860fdfee89962482e0e3fe Parents: bf75d7f Author: Valentin Aitken <[email protected]> Authored: Wed Mar 23 00:47:18 2016 +0200 Committer: Valentin Aitken <[email protected]> Committed: Wed Mar 23 15:48:36 2016 +0200 ---------------------------------------------------------------------- src/main/webapp/assets/tpl/editor/page.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/1d69572a/src/main/webapp/assets/tpl/editor/page.html ---------------------------------------------------------------------- diff --git a/src/main/webapp/assets/tpl/editor/page.html b/src/main/webapp/assets/tpl/editor/page.html index c0c4338..b66dbd7 100644 --- a/src/main/webapp/assets/tpl/editor/page.html +++ b/src/main/webapp/assets/tpl/editor/page.html @@ -47,12 +47,12 @@ under the License. </span> </div> </div> + <div class="error-message label-message hide"> + <div class="label-important">ERROR</div> + <span class="error-message-text"></span> + </div> <div class="navbar_main_wrapper"> <div class="navbar_main"> - <div class="error-message label-message hide" style="display:none;"> - <div class="label-important">ERROR</div> - <span class="error-message-text"></span> - </div> <div class="composer-editor"> <div class="composer-toolbar"> <!-- the toolbar -->
