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
9e0d63ef
Unverified
Commit
9e0d63ef
authored
Oct 31, 2017
by
Robb Hamilton
Committed by
GitHub
Oct 31, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #241 from rhamilto/issue-2183
Correct binding name in binding results
parents
ef444fcb
a59a359b
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
bindResults.html
src/components/binding/bindResults.html
+1
-1
No files found.
dist/origin-web-common-ui.js
View file @
9e0d63ef
...
@@ -113,7 +113,7 @@ hawtioPluginLoader.addModule('openshiftCommonUI');
...
@@ -113,7 +113,7 @@ hawtioPluginLoader.addModule('openshiftCommonUI');
" <strong>{{ctrl.applicationToBind}}</strong> successfully.
\
n"
+
" <strong>{{ctrl.applicationToBind}}</strong> successfully.
\
n"
+
" </span>
\
n"
+
" </span>
\
n"
+
" <span ng-if=
\"
ctrl.bindType !== 'application'
\"
>
\
n"
+
" <span ng-if=
\"
ctrl.bindType !== 'application'
\"
>
\
n"
+
" The binding <strong>{{ctrl.
serviceToBind
}}</strong> has been created successfully.
\
n"
+
" The binding <strong>{{ctrl.
binding.metadata.name
}}</strong> has been created successfully.
\
n"
+
" </span>
\
n"
+
" </span>
\
n"
+
" </h3>
\
n"
+
" </h3>
\
n"
+
" <p class=
\"
results-message-details
\"
>
\
n"
+
" <p class=
\"
results-message-details
\"
>
\
n"
+
...
...
dist/origin-web-common.js
View file @
9e0d63ef
...
@@ -269,7 +269,7 @@ hawtioPluginLoader.addModule('openshiftCommonUI');
...
@@ -269,7 +269,7 @@ hawtioPluginLoader.addModule('openshiftCommonUI');
" <strong>{{ctrl.applicationToBind}}</strong> successfully.
\
n"
+
" <strong>{{ctrl.applicationToBind}}</strong> successfully.
\
n"
+
" </span>
\
n"
+
" </span>
\
n"
+
" <span ng-if=
\"
ctrl.bindType !== 'application'
\"
>
\
n"
+
" <span ng-if=
\"
ctrl.bindType !== 'application'
\"
>
\
n"
+
" The binding <strong>{{ctrl.
serviceToBind
}}</strong> has been created successfully.
\
n"
+
" The binding <strong>{{ctrl.
binding.metadata.name
}}</strong> has been created successfully.
\
n"
+
" </span>
\
n"
+
" </span>
\
n"
+
" </h3>
\
n"
+
" </h3>
\
n"
+
" <p class=
\"
results-message-details
\"
>
\
n"
+
" <p class=
\"
results-message-details
\"
>
\
n"
+
...
...
dist/origin-web-common.min.js
View file @
9e0d63ef
This diff is collapsed.
Click to expand it.
dist/scripts/templates.js
View file @
9e0d63ef
...
@@ -84,7 +84,7 @@ angular.module('openshiftCommonUI').run(['$templateCache', function($templateCac
...
@@ -84,7 +84,7 @@ angular.module('openshiftCommonUI').run(['$templateCache', function($templateCac
" <strong>{{ctrl.applicationToBind}}</strong> successfully.
\
n"
+
" <strong>{{ctrl.applicationToBind}}</strong> successfully.
\
n"
+
" </span>
\
n"
+
" </span>
\
n"
+
" <span ng-if=
\"
ctrl.bindType !== 'application'
\"
>
\
n"
+
" <span ng-if=
\"
ctrl.bindType !== 'application'
\"
>
\
n"
+
" The binding <strong>{{ctrl.
serviceToBind
}}</strong> has been created successfully.
\
n"
+
" The binding <strong>{{ctrl.
binding.metadata.name
}}</strong> has been created successfully.
\
n"
+
" </span>
\
n"
+
" </span>
\
n"
+
" </h3>
\
n"
+
" </h3>
\
n"
+
" <p class=
\"
results-message-details
\"
>
\
n"
+
" <p class=
\"
results-message-details
\"
>
\
n"
+
...
...
src/components/binding/bindResults.html
View file @
9e0d63ef
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<strong>
{{ctrl.applicationToBind}}
</strong>
successfully.
<strong>
{{ctrl.applicationToBind}}
</strong>
successfully.
</span>
</span>
<span
ng-if=
"ctrl.bindType !== 'application'"
>
<span
ng-if=
"ctrl.bindType !== 'application'"
>
The binding
<strong>
{{ctrl.
serviceToBind
}}
</strong>
has been created successfully.
The binding
<strong>
{{ctrl.
binding.metadata.name
}}
</strong>
has been created successfully.
</span>
</span>
</h3>
</h3>
<p
class=
"results-message-details"
>
<p
class=
"results-message-details"
>
...
...
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