Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
melodic-frontend
Commits
eb24980b
Commit
eb24980b
authored
Nov 27, 2019
by
Sebastian Schork
Browse files
Introduce menu items and and minor adjustments
Change-Id: I73bb55225927b4c7fb69ef7d6e66d5f78a3868b6
parent
3e9650f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/app/common-template/menu/menu.component.html
View file @
eb24980b
...
...
@@ -19,17 +19,17 @@
<mat-sidenav
#snav
[mode]=
"mobileQuery.matches ? 'over' : 'side'"
[fixedInViewport]=
"mobileQuery.matches"
fixedTopGap=
"56"
>
<mat-nav-list>
<a
mat-list-item
routerLink=
"/deploying"
>
New d
eployment
</a>
<a
mat-list-item
routerLink=
"/process"
>
Process
v
iew
</a>
<a
mat-list-item
routerLink=
"/application"
>
Your
a
pplication
</a>
<a
mat-list-item
routerLink=
"/process/details/deployment"
>
Deployed
a
rtifacts
</a>
<a
mat-list-item
routerLink=
"."
>
Melodic
c
omponents
</a>
<a
mat-list-item
routerLink=
"/provider/cloud-definition"
>
Providers
s
ettings
</a>
<a
mat-list-item
routerLink=
"/byon"
>
Byons s
ettings
</a>
<a
mat-list-item
routerLink=
"/process/details/offer"
>
Offers
</a>
<a
*ngIf=
"isAdmin()"
mat-list-item
routerLink=
"/user"
>
Manage
u
sers
</a>
<a
mat-list-item
routerLink=
"/user/password"
>
Change
p
assword
</a>
<a
mat-list-item
(click)=
"onLogOutClick(); snav.close()"
>
Log
o
ut
</a>
<a
mat-list-item
routerLink=
"/deploying"
>
<i
class=
"material-icons"
>
post_add
</i>
D
eployment
</a>
<a
mat-list-item
routerLink=
"/process"
>
<i
class=
"material-icons"
>
personal_video
</i>
Process
V
iew
</a>
<a
mat-list-item
routerLink=
"/application"
>
<i
class=
"material-icons"
>
web_asset
</i>
Your
A
pplication
</a>
<a
mat-list-item
routerLink=
"/process/details/deployment"
>
<i
class=
"material-icons"
>
backup
</i>
Deployed
A
rtifacts
</a>
<a
mat-list-item
routerLink=
"."
>
<i
class=
"material-icons"
>
account_tree
</i>
Melodic
C
omponents
</a>
<a
mat-list-item
routerLink=
"/provider/cloud-definition"
>
<i
class=
"material-icons"
>
settings_applications
</i>
Providers
S
ettings
</a>
<a
mat-list-item
routerLink=
"/byon"
>
<i
class=
"material-icons"
>
settings_applications
</i>
BYON S
ettings
</a>
<a
mat-list-item
routerLink=
"/process/details/offer"
>
<i
class=
"material-icons"
>
local_offer
</i>
Offers
</a>
<a
*ngIf=
"isAdmin()"
mat-list-item
routerLink=
"/user"
>
<i
class=
"material-icons"
>
supervisor_account
</i>
Manage
U
sers
</a>
<a
mat-list-item
routerLink=
"/user/password"
>
<i
class=
"material-icons"
>
visibility
</i>
Change
P
assword
</a>
<a
mat-list-item
(click)=
"onLogOutClick(); snav.close()"
>
<i
class=
"material-icons"
>
eject
</i>
Log
O
ut
</a>
</mat-nav-list>
</mat-sidenav>
...
...
src/app/deploying-application/uploader-xmi/uploader-xmi.component.html
View file @
eb24980b
...
...
@@ -3,7 +3,7 @@
<mat-card-header>
<mat-card-title>
XMI
u
pload
ing
XMI
U
pload
</mat-card-title>
</mat-card-header>
...
...
Write
Preview
Supports
Markdown
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