Commit 492e5e5c by Robb Hamilton

Change project deletion confirmation message

parent 0964cfa9
...@@ -335,7 +335,7 @@ hawtioPluginLoader.addModule('openshiftCommonUI'); ...@@ -335,7 +335,7 @@ hawtioPluginLoader.addModule('openshiftCommonUI');
" undone</strong>. Make sure this is something you really want to do!\n" + " undone</strong>. Make sure this is something you really want to do!\n" +
" </p>\n" + " </p>\n" +
" <div ng-show=\"typeNameToConfirm\">\n" + " <div ng-show=\"typeNameToConfirm\">\n" +
" <p>Type the name of the project to confirm.</p>\n" + " <p>Type <strong>{{project.metadata.name}}</strong> to confirm deletion.</p>\n" +
" <p>\n" + " <p>\n" +
" <label class=\"sr-only\" for=\"resource-to-delete\">project to delete</label>\n" + " <label class=\"sr-only\" for=\"resource-to-delete\">project to delete</label>\n" +
" <input\n" + " <input\n" +
......
...@@ -491,7 +491,7 @@ hawtioPluginLoader.addModule('openshiftCommonUI'); ...@@ -491,7 +491,7 @@ hawtioPluginLoader.addModule('openshiftCommonUI');
" undone</strong>. Make sure this is something you really want to do!\n" + " undone</strong>. Make sure this is something you really want to do!\n" +
" </p>\n" + " </p>\n" +
" <div ng-show=\"typeNameToConfirm\">\n" + " <div ng-show=\"typeNameToConfirm\">\n" +
" <p>Type the name of the project to confirm.</p>\n" + " <p>Type <strong>{{project.metadata.name}}</strong> to confirm deletion.</p>\n" +
" <p>\n" + " <p>\n" +
" <label class=\"sr-only\" for=\"resource-to-delete\">project to delete</label>\n" + " <label class=\"sr-only\" for=\"resource-to-delete\">project to delete</label>\n" +
" <input\n" + " <input\n" +
......
...@@ -306,7 +306,7 @@ angular.module('openshiftCommonUI').run(['$templateCache', function($templateCac ...@@ -306,7 +306,7 @@ angular.module('openshiftCommonUI').run(['$templateCache', function($templateCac
" undone</strong>. Make sure this is something you really want to do!\n" + " undone</strong>. Make sure this is something you really want to do!\n" +
" </p>\n" + " </p>\n" +
" <div ng-show=\"typeNameToConfirm\">\n" + " <div ng-show=\"typeNameToConfirm\">\n" +
" <p>Type the name of the project to confirm.</p>\n" + " <p>Type <strong>{{project.metadata.name}}</strong> to confirm deletion.</p>\n" +
" <p>\n" + " <p>\n" +
" <label class=\"sr-only\" for=\"resource-to-delete\">project to delete</label>\n" + " <label class=\"sr-only\" for=\"resource-to-delete\">project to delete</label>\n" +
" <input\n" + " <input\n" +
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
undone</strong>. Make sure this is something you really want to do! undone</strong>. Make sure this is something you really want to do!
</p> </p>
<div ng-show="typeNameToConfirm"> <div ng-show="typeNameToConfirm">
<p>Type the name of the project to confirm.</p> <p>Type <strong>{{project.metadata.name}}</strong> to confirm deletion.</p>
<p> <p>
<label class="sr-only" for="resource-to-delete">project to delete</label> <label class="sr-only" for="resource-to-delete">project to delete</label>
<input <input
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment