Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
origin-web-common
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Java-于龙
origin-web-common
Commits
492e5e5c
Commit
492e5e5c
authored
Mar 15, 2018
by
Robb Hamilton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change project deletion confirmation message
parent
0964cfa9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
origin-web-common-ui.js
dist/origin-web-common-ui.js
+1
-1
origin-web-common.js
dist/origin-web-common.js
+1
-1
origin-web-common.min.js
dist/origin-web-common.min.js
+0
-0
templates.js
dist/scripts/templates.js
+1
-1
delete-project-modal.html
src/components/delete-project/delete-project-modal.html
+1
-1
No files found.
dist/origin-web-common-ui.js
View file @
492e5e5c
...
@@ -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"
+
...
...
dist/origin-web-common.js
View file @
492e5e5c
...
@@ -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"
+
...
...
dist/origin-web-common.min.js
View file @
492e5e5c
This diff is collapsed.
Click to expand it.
dist/scripts/templates.js
View file @
492e5e5c
...
@@ -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"
+
...
...
src/components/delete-project/delete-project-modal.html
View file @
492e5e5c
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment