Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
smart
Project
Project
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
wangqinghua
smart
Commits
043f0db5
Commit
043f0db5
authored
Jan 17, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
1b145151
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sidebar.component.html
src/main/webapp/app/layouts/sidebar/sidebar.component.html
+1
-1
login.component.html
src/main/webapp/app/shared/login/login.component.html
+1
-1
No files found.
src/main/webapp/app/layouts/sidebar/sidebar.component.html
View file @
043f0db5
<div
class=
"logo padding-40"
>
运维管理系统
</div>
<div
class=
"logo padding-40"
>
智能监控平台
</div>
<ul
nz-menu
[
nzMode
]="'
inline
'"
>
<ng-container
*
ngFor=
"let item of menuList"
>
<li
nz-submenu
(
nzOpenChange
)="
openHandler
(
item
)"
[(
nzOpen
)]="
item
.
checked
"
>
...
...
src/main/webapp/app/shared/login/login.component.html
View file @
043f0db5
<div
class=
"background"
>
<div
class=
"login-center"
>
<div
class=
"login-logo"
>
<img
src=
"../../../content/images/logo
-hongqiao.png"
alt=
"运维管理系统
"
>
<img
src=
"../../../content/images/logo
.png"
alt=
"智能监控平台
"
>
</div>
<form
nz-form
[
formGroup
]="
validateForm
"
class=
"login-form"
(
ngSubmit
)="
submitForm
()"
>
<nz-form-item>
...
...
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