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
6b5ed49d
Commit
6b5ed49d
authored
May 16, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
智能运维监管平台
parent
a165c54b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Project.xml
.idea/codeStyles/Project.xml
+1
-1
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
index.html
src/main/webapp/index.html
+1
-1
No files found.
.idea/codeStyles/Project.xml
View file @
6b5ed49d
<component
name=
"ProjectCodeStyleConfiguration"
>
<code_scheme
name=
"Project"
version=
"173"
>
<TypeScriptCodeStyleSettings>
<TypeScriptCodeStyleSettings
version=
"0"
>
<option
name=
"FORCE_SEMICOLON_STYLE"
value=
"true"
/>
<option
name=
"SPACE_BEFORE_FUNCTION_LEFT_PARENTH"
value=
"false"
/>
<option
name=
"USE_DOUBLE_QUOTES"
value=
"false"
/>
...
...
src/main/webapp/app/layouts/sidebar/sidebar.component.html
View file @
6b5ed49d
<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 @
6b5ed49d
<div
class=
"background"
>
<div
class=
"login-center"
>
<div
class=
"login-logo"
>
<img
src=
"../../../content/images/logo
-yancheng.png"
alt=
"运维管理系统
"
>
<img
src=
"../../../content/images/logo
.png"
alt=
"智能运维监管平台
"
>
</div>
<form
nz-form
[
formGroup
]="
validateForm
"
class=
"login-form"
(
ngSubmit
)="
submitForm
()"
>
<nz-form-item>
...
...
src/main/webapp/index.html
View file @
6b5ed49d
...
...
@@ -4,7 +4,7 @@
<base
href=
"./"
/>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
燕城监狱综合运维系统
</title>
<title>
智能运维监管平台
</title>
<meta
name=
"description"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"theme-color"
content=
"#000000"
>
...
...
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