summaryrefslogtreecommitdiffstats
path: root/testapi/3rd_party
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-05-19 16:24:45 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2017-05-20 15:35:51 +0800
commitff3b3116de42dbd63fe8952700de7fa2a7134502 (patch)
tree343eb46f8c15f15fa1eb4371980b2cc8b97b0822 /testapi/3rd_party
parent94fd99430ff0c13803fea0f464d5175194e1c32e (diff)
support cancel operation while signing in
support the cancel operation in the https://openstackid.org/accounts/user/consent Change-Id: I06a1f130a3115774f2e88fc25dad522a7cf53e36 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/3rd_party')
-rw-r--r--testapi/3rd_party/static/testapi-ui/shared/alerts/alertModalFactory.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapi/3rd_party/static/testapi-ui/shared/alerts/alertModalFactory.js b/testapi/3rd_party/static/testapi-ui/shared/alerts/alertModalFactory.js
index 3ce76c9..929f543 100644
--- a/testapi/3rd_party/static/testapi-ui/shared/alerts/alertModalFactory.js
+++ b/testapi/3rd_party/static/testapi-ui/shared/alerts/alertModalFactory.js
@@ -28,7 +28,7 @@
function raiseAlert($uibModal) {
return function(mode, title, text) {
$uibModal.open({
- templateUrl: '/shared/alerts/alertModal.html',
+ templateUrl: 'testapi-ui/shared/alerts/alertModal.html',
controller: 'RaiseAlertModalController as alert',
backdrop: true,
keyboard: true,