Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
design
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abookCheck
design
Commits
bd66ccee
Commit
bd66ccee
authored
Sep 05, 2022
by
NGUYEN HOANG SON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix operation List Navigation Top
parent
8b0888d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
app/index.html
+7
-5
app/script/check.js
+1
-0
No files found.
app/index.html
View file @
bd66ccee
...
...
@@ -29,12 +29,14 @@
<header
style=
"position: fixed; width: 100%; top: 0px; left: 0; z-index: 999;"
>
<nav
class=
"navbar navbar-dark bg-primary"
>
<h1
class=
"fs-10 font-weight-bold mb-0 text-white"
></h1>
<div>
<a
class=
"navbar-brand category-btn lht-0 d-none"
onclick=
"CHK.openCategory();"
id=
"operationGroupMasterButton"
href=
"javascript:CHK.setCategoryHeight();"
>
<i
class=
"fa fa-folder fs-12 p-1"
id=
"category-toggle-button"
></i>
<span
class=
"d-none d-md-inline fs-10 multi-lang"
data-msg=
"buttonCategory"
>
カテゴリー
</span>
</a>
</div>
<h1
class=
"fs-10 font-weight-bold mb-0 text-white multi-lang"
data-msg=
"operationListHeaderTitle"
>
作業一覧
</h1>
<div
class=
"d-flex align-items-center"
>
<a
class=
"navbar-brand category-btn lht-0 d-none"
onclick=
"CHK.openCategory();"
id=
"operationGroupMasterButton"
href=
"javascript:CHK.setCategoryHeight();"
>
<i
class=
"fa fa-folder fs-12 p-1"
id=
"category-toggle-button"
></i>
<span
class=
"d-none d-md-inline fs-10 multi-lang"
data-msg=
"buttonCategory"
>
カテゴリー
</span>
</a>
<a
class=
"navbar-brand lht-0"
href=
"javascript:CHK_L.sendAppCommand('refreshContent');"
style=
"margin: 0 10px 0 10px;float: right;"
>
<i
class=
"fa fa-redo fs-12 p-1"
id=
"updateButton"
></i>
<span
class=
"d-none d-md-inline fs-10 multi-lang"
data-msg=
"buttonRefresh"
>
更新
</span>
...
...
app/script/check.js
View file @
bd66ccee
...
...
@@ -105,6 +105,7 @@ var msgMap = { // velocity?
buttonSetting
:
{
ja
:
"設定"
,
ko
:
"설정"
,
en
:
"Setting"
},
labelLoading
:
{
ja
:
"読み込み中"
,
ko
:
"로딩중"
,
en
:
"Loading"
},
buttonOperationList
:
{
ja
:
"作業一覧"
,
ko
:
"작업일람"
,
en
:
"Operations List"
},
operationListHeaderTitle
:
{
ja
:
"作業一覧"
,
ko
:
"작업일람"
,
en
:
"Operations List"
},
buttonDashboard
:
{
ja
:
"ダッシュボード"
,
ko
:
"대시보드"
,
en
:
"Dashboard"
},
dashboardHeaderTitle
:
{
ja
:
"ダッシュボード"
,
ko
:
"대시보드"
,
en
:
"Dashboard"
},
buttonDashboardSetting
:
{
ja
:
"設定"
,
ko
:
"설정"
,
en
:
"Setting"
},
...
...
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