Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
feudalWebpage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
feudal
feudalWebpage
Commits
2ce2d1da
Commit
2ce2d1da
authored
Aug 17, 2018
by
Lukas Burgey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change some displayed text
parent
fd871539
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
src/app/vo/vo.component.html
src/app/vo/vo.component.html
+6
-3
No files found.
src/app/vo/vo.component.html
View file @
2ce2d1da
...
@@ -60,14 +60,17 @@
...
@@ -60,14 +60,17 @@
</table>
</table>
</ng-template>
</ng-template>
<ng-template
#noServiceList
>
<ng-template
#noServiceList
>
<p>
<p
*ngIf=
"deployment?.state_target != 'deployed'"
>
Currently, no services need membership of this VO. You can request a deployment anyway. We will deploy them to new services of this VO.
Currently, no services need membership of this VO. You can request a deployment anyway. We will deploy them to new services.
</p>
<p
*ngIf=
"deployment?.state_target == 'deployed'"
>
Currently, no services need membership of this VO. We will deploy your credentials to new services.
</p>
</p>
</ng-template>
</ng-template>
<mat-action-row>
<mat-action-row>
<div
[ngSwitch]=
"deployment?.state_target"
>
<div
[ngSwitch]=
"deployment?.state_target"
>
<span
*ngSwitchCase=
"'not_deployed'"
style=
"margin-right: 15px;"
>
<span
*ngSwitchCase=
"'not_deployed'"
style=
"margin-right: 15px;"
>
You did not request access to
the
services of this VO.
You did not request access to services of this VO.
</span>
</span>
<span
*ngSwitchCase=
"'deployed'"
style=
"margin-right: 15px;"
>
<span
*ngSwitchCase=
"'deployed'"
style=
"margin-right: 15px;"
>
You requested access to the services of this VO.
You requested access to the services of this VO.
...
...
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