From 5468b405aa1a37d1f2095ad68073fb370a5a8112 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Thu, 11 Jul 2019 11:03:45 +0200 Subject: Moving report button up, and setting feature flag on Change-Id: I3df31fe42c2b7e0bec3b52f2886726419a22f681 Issue-ID: VID-488 Signed-off-by: Bartosz Gardziejewski --- .../src/main/webapp/app/vid/scripts/view-models/creationDialog.htm | 6 +++--- .../src/main/webapp/app/vid/scripts/view-models/msoCommit.htm | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'vid-app-common/src/main/webapp/app') diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/view-models/creationDialog.htm b/vid-app-common/src/main/webapp/app/vid/scripts/view-models/creationDialog.htm index 49d3ef868..42fe083ab 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/view-models/creationDialog.htm +++ b/vid-app-common/src/main/webapp/app/vid/scripts/view-models/creationDialog.htm @@ -9,7 +9,9 @@
- {{error}} + + + {{error}}
@@ -36,8 +38,6 @@ ng-click="confirm();">Confirm -
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/view-models/msoCommit.htm b/vid-app-common/src/main/webapp/app/vid/scripts/view-models/msoCommit.htm index 10179243e..7cd0ab3b2 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/view-models/msoCommit.htm +++ b/vid-app-common/src/main/webapp/app/vid/scripts/view-models/msoCommit.htm @@ -33,7 +33,9 @@ ngx-show="{{isProgressVisible}}">
- {{error}} + + + {{error}}
@@ -43,8 +45,6 @@
-
\ No newline at end of file -- cgit 1.2.3-korg