Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
L
luna
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
ops
luna
Commits
c6465c7f
Commit
c6465c7f
authored
Aug 26, 2019
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] 添加loading
parent
e1b27965
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
cn.json
i18n/cn.json
+2
-1
zh-CN.json
i18n/zh-CN.json
+2
-1
zh.json
i18n/zh.json
+2
-1
asset-tree.component.html
src/app/elements/asset-tree/asset-tree.component.html
+3
-1
No files found.
i18n/cn.json
View file @
c6465c7f
...
...
@@ -64,5 +64,6 @@
"please input password"
:
"请输入密码"
,
"username"
:
"用户名"
,
"password"
:
"密码"
,
"skip"
:
"跳过"
"skip"
:
"跳过"
,
"loading"
:
"加载中"
}
i18n/zh-CN.json
View file @
c6465c7f
...
...
@@ -64,5 +64,6 @@
"please input password"
:
"请输入密码"
,
"username"
:
"用户名"
,
"password"
:
"密码"
,
"skip"
:
"跳过"
"skip"
:
"跳过"
,
"loading"
:
"加载中"
}
i18n/zh.json
View file @
c6465c7f
...
...
@@ -64,5 +64,6 @@
"please input password"
:
"请输入密码"
,
"username"
:
"用户名"
,
"password"
:
"密码"
,
"skip"
:
"跳过"
"skip"
:
"跳过"
,
"loading"
:
"加载中"
}
src/app/elements/asset-tree/asset-tree.component.html
View file @
c6465c7f
<ul
id=
"ztree"
class=
"ztree"
></ul>
<ul
id=
"ztree"
class=
"ztree"
>
{{ "Loading" }} ...
</ul>
<div
#
rMenu
*
ngIf=
"isShowRMenu"
class=
"basicContext"
[
style
.
top
]="
pos
.
top
"
[
style
.
left
]="
pos
.
left
"
>
<table>
...
...
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