You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by ji...@apache.org on 2016/10/26 05:32:47 UTC

incubator-eagle git commit: [EAGLE-661] update app update button desc

Repository: incubator-eagle
Updated Branches:
  refs/heads/master 1f5126a14 -> 8e00cdfe0


[EAGLE-661] update app update button desc

update app update button desc

Author: zombieJ <sm...@gmail.com>

Closes #564 from zombieJ/EAGLE-661.


Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/8e00cdfe
Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/8e00cdfe
Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/8e00cdfe

Branch: refs/heads/master
Commit: 8e00cdfe0506b91c8653443cf8195cb0566464f7
Parents: 1f5126a
Author: zombieJ <sm...@gmail.com>
Authored: Wed Oct 26 13:32:28 2016 +0800
Committer: zombieJ <sm...@gmail.com>
Committed: Wed Oct 26 13:32:28 2016 +0800

----------------------------------------------------------------------
 .../src/main/webapp/app/dev/partials/integration/site.html       | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/8e00cdfe/eagle-server/src/main/webapp/app/dev/partials/integration/site.html
----------------------------------------------------------------------
diff --git a/eagle-server/src/main/webapp/app/dev/partials/integration/site.html b/eagle-server/src/main/webapp/app/dev/partials/integration/site.html
index 5844381..e774731 100644
--- a/eagle-server/src/main/webapp/app/dev/partials/integration/site.html
+++ b/eagle-server/src/main/webapp/app/dev/partials/integration/site.html
@@ -313,7 +313,9 @@
 			</div>
 			<div class="modal-footer">
 				<button type="button" class="btn btn-default" ng-disabled="installLock" data-dismiss="modal">Close</button>
-				<button type="button" class="btn btn-primary" ng-disabled="installLock || !checkFields()" ng-click="installAppConfirm()">Install</button>
+				<button type="button" class="btn btn-primary" ng-disabled="installLock || !checkFields()" ng-click="installAppConfirm()">
+					{{tmpApp.uuid ? 'Update' : 'Install'}}
+				</button>
 			</div>
 		</div>
 	</div>