Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
strudelv2_spa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
strudelv2_spa
Commits
8bfcc7e2
Commit
8bfcc7e2
authored
5 years ago
by
Chris Hines
Browse files
Options
Downloads
Patches
Plain Diff
trying to find the bug with menus in safari
parent
9bcc9589
No related branches found
No related tags found
2 merge requests
!21
New css dev
,
!7
Dev
Pipeline
#7257
passed
5 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/launcher/launcher.component.html
+6
-6
6 additions, 6 deletions
src/app/launcher/launcher.component.html
with
6 additions
and
6 deletions
src/app/launcher/launcher.component.html
+
6
−
6
View file @
8bfcc7e2
...
...
@@ -10,7 +10,7 @@
<span
class=
"fill-horizontal-space"
></span>
</mat-toolbar-row>
</mat-toolbar>
<mat-sidenav-container
autosize
autosize
style=
"height: 100%; width: 100%"
>
<mat-sidenav-container
style=
"height: 100%; width: 100%"
>
<mat-sidenav
#idSideNav
mode=
"side"
opened
>
<mat-accordion>
...
...
@@ -21,15 +21,15 @@
Login
</mat-panel-title>
</mat-expansion-panel-header>
<div
*ngFor=
"let sshauthzserver of (authService.loggedOutAuthZ | async)"
style=
"width: 100%"
>
<div
*ngFor=
"let sshauthzserver of (authService.loggedOutAuthZ | async)"
>
<button
mat-button
(click)=
login(sshauthzserver)
fxFlex
style=
"text-align: left"
>
Login to {{ sshauthzserver.name }}
</button>
<button
mat-icon-button
*ngIf=
"sshauthzserver.userdefined === true"
><mat-icon>
remove
</mat-icon></button>
</div>
<div
*ngFor=
"let sshauthzserver of (authService.loggedOutAuthZ | async)"
style=
"width: 100%"
>
<button
mat-button
(click)=
signup(sshauthzserver)
style=
"
width: 100%;
text-align: left"
>
Signup for {{ sshauthzserver.name }}
</button>
<div
*ngFor=
"let sshauthzserver of (authService.loggedOutAuthZ | async)"
>
<button
mat-button
(click)=
signup(sshauthzserver)
style=
"text-align: left"
>
Signup for {{ sshauthzserver.name }}
</button>
</div>
<button
mat-button
(click) =
logout()
style=
"
width: 100%;
text-align: left"
>
Logout
</button>
<button
mat-button
(click) =
"authService.updateAgentContents()"
style=
"
width: 100%;
text-align: left"
>
Refresh
</button>
<button
mat-button
(click) =
logout()
style=
"text-align: left"
>
Logout
</button>
<button
mat-button
(click) =
"authService.updateAgentContents()"
style=
"text-align: left"
>
Refresh
</button>
</mat-expansion-panel>
<div
*ngFor=
"let id of computeSitesService.appidentities | async"
>
<mat-expansion-panel
(click)=
selectId(id)
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment