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
0930aeb6
Commit
0930aeb6
authored
Jun 29, 2017
by
Jeffrey Phillips
Committed by
GitHub
Jun 29, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #123 from jwforres/osbmetadata-references
Fix references to osbMetadata
parents
d96c68e3
c6428709
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
origin-web-common-ui.js
dist/origin-web-common-ui.js
+2
-2
origin-web-common.js
dist/origin-web-common.js
+2
-2
origin-web-common.min.js
dist/origin-web-common.min.js
+0
-0
templates.js
dist/scripts/templates.js
+2
-2
bindApplicationForm.html
src/components/binding/bindApplicationForm.html
+1
-1
bindServiceForm.html
src/components/binding/bindServiceForm.html
+1
-1
No files found.
dist/origin-web-common-ui.js
View file @
0930aeb6
...
...
@@ -63,7 +63,7 @@ hawtioPluginLoader.addModule('openshiftCommonUI');
" <div ng-repeat=
\"
serviceInstance in ctrl.bindableServiceInstances
\"
class=
\"
bind-service-selection
\"
>
\
n"
+
" <label>
\
n"
+
" <input type=
\"
radio
\"
ng-model=
\"
ctrl.serviceToBind
\"
ng-value=
\"
serviceInstance
\"
>
\
n"
+
" {{ctrl.serviceClasses[serviceInstance.spec.serviceClassName].
osb
Metadata.displayName || serviceInstance.spec.serviceClassName}}
\
n"
+
" {{ctrl.serviceClasses[serviceInstance.spec.serviceClassName].
external
Metadata.displayName || serviceInstance.spec.serviceClassName}}
\
n"
+
" </label>
\
n"
+
" <div class=
\"
bind-description
\"
>
\
n"
+
" <span class=
\"
pficon pficon-info
\"
\
n"
+
...
...
@@ -149,7 +149,7 @@ hawtioPluginLoader.addModule('openshiftCommonUI');
" <form>
\
n"
+
" <div class=
\"
form-group
\"
>
\
n"
+
" <label>
\
n"
+
" <h3>Create a binding for <strong>{{ctrl.serviceClass.
osb
Metadata.displayName || ctrl.serviceClassName}}</strong></h3>
\
n"
+
" <h3>Create a binding for <strong>{{ctrl.serviceClass.
external
Metadata.displayName || ctrl.serviceClassName}}</strong></h3>
\
n"
+
" </label>
\
n"
+
" <span class=
\"
help-block
\"
>Bindings create a secret containing the necessary information for an application to use this service.</span>
\
n"
+
" </div>
\
n"
+
...
...
dist/origin-web-common.js
View file @
0930aeb6
...
...
@@ -234,7 +234,7 @@ hawtioPluginLoader.addModule('openshiftCommonUI');
" <div ng-repeat=
\"
serviceInstance in ctrl.bindableServiceInstances
\"
class=
\"
bind-service-selection
\"
>
\
n"
+
" <label>
\
n"
+
" <input type=
\"
radio
\"
ng-model=
\"
ctrl.serviceToBind
\"
ng-value=
\"
serviceInstance
\"
>
\
n"
+
" {{ctrl.serviceClasses[serviceInstance.spec.serviceClassName].
osb
Metadata.displayName || serviceInstance.spec.serviceClassName}}
\
n"
+
" {{ctrl.serviceClasses[serviceInstance.spec.serviceClassName].
external
Metadata.displayName || serviceInstance.spec.serviceClassName}}
\
n"
+
" </label>
\
n"
+
" <div class=
\"
bind-description
\"
>
\
n"
+
" <span class=
\"
pficon pficon-info
\"
\
n"
+
...
...
@@ -320,7 +320,7 @@ hawtioPluginLoader.addModule('openshiftCommonUI');
" <form>
\
n"
+
" <div class=
\"
form-group
\"
>
\
n"
+
" <label>
\
n"
+
" <h3>Create a binding for <strong>{{ctrl.serviceClass.
osb
Metadata.displayName || ctrl.serviceClassName}}</strong></h3>
\
n"
+
" <h3>Create a binding for <strong>{{ctrl.serviceClass.
external
Metadata.displayName || ctrl.serviceClassName}}</strong></h3>
\
n"
+
" </label>
\
n"
+
" <span class=
\"
help-block
\"
>Bindings create a secret containing the necessary information for an application to use this service.</span>
\
n"
+
" </div>
\
n"
+
...
...
dist/origin-web-common.min.js
View file @
0930aeb6
This diff is collapsed.
Click to expand it.
dist/scripts/templates.js
View file @
0930aeb6
...
...
@@ -34,7 +34,7 @@ angular.module('openshiftCommonUI').run(['$templateCache', function($templateCac
" <div ng-repeat=
\"
serviceInstance in ctrl.bindableServiceInstances
\"
class=
\"
bind-service-selection
\"
>
\
n"
+
" <label>
\
n"
+
" <input type=
\"
radio
\"
ng-model=
\"
ctrl.serviceToBind
\"
ng-value=
\"
serviceInstance
\"
>
\
n"
+
" {{ctrl.serviceClasses[serviceInstance.spec.serviceClassName].
osb
Metadata.displayName || serviceInstance.spec.serviceClassName}}
\
n"
+
" {{ctrl.serviceClasses[serviceInstance.spec.serviceClassName].
external
Metadata.displayName || serviceInstance.spec.serviceClassName}}
\
n"
+
" </label>
\
n"
+
" <div class=
\"
bind-description
\"
>
\
n"
+
" <span class=
\"
pficon pficon-info
\"
\
n"
+
...
...
@@ -120,7 +120,7 @@ angular.module('openshiftCommonUI').run(['$templateCache', function($templateCac
" <form>
\
n"
+
" <div class=
\"
form-group
\"
>
\
n"
+
" <label>
\
n"
+
" <h3>Create a binding for <strong>{{ctrl.serviceClass.
osb
Metadata.displayName || ctrl.serviceClassName}}</strong></h3>
\
n"
+
" <h3>Create a binding for <strong>{{ctrl.serviceClass.
external
Metadata.displayName || ctrl.serviceClassName}}</strong></h3>
\
n"
+
" </label>
\
n"
+
" <span class=
\"
help-block
\"
>Bindings create a secret containing the necessary information for an application to use this service.</span>
\
n"
+
" </div>
\
n"
+
...
...
src/components/binding/bindApplicationForm.html
View file @
0930aeb6
...
...
@@ -30,7 +30,7 @@
<div
ng-repeat=
"serviceInstance in ctrl.bindableServiceInstances"
class=
"bind-service-selection"
>
<label>
<input
type=
"radio"
ng-model=
"ctrl.serviceToBind"
ng-value=
"serviceInstance"
>
{{ctrl.serviceClasses[serviceInstance.spec.serviceClassName].
osb
Metadata.displayName || serviceInstance.spec.serviceClassName}}
{{ctrl.serviceClasses[serviceInstance.spec.serviceClassName].
external
Metadata.displayName || serviceInstance.spec.serviceClassName}}
</label>
<div
class=
"bind-description"
>
<span
class=
"pficon pficon-info"
...
...
src/components/binding/bindServiceForm.html
View file @
0930aeb6
...
...
@@ -2,7 +2,7 @@
<form>
<div
class=
"form-group"
>
<label>
<h3>
Create a binding for
<strong>
{{ctrl.serviceClass.
osb
Metadata.displayName || ctrl.serviceClassName}}
</strong></h3>
<h3>
Create a binding for
<strong>
{{ctrl.serviceClass.
external
Metadata.displayName || ctrl.serviceClassName}}
</strong></h3>
</label>
<span
class=
"help-block"
>
Bindings create a secret containing the necessary information for an application to use this service.
</span>
</div>
...
...
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