Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
TokenVaultManagement
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jasonwai
TokenVaultManagement
Commits
721ee2ad
Commit
721ee2ad
authored
Jul 06, 2023
by
nickchen
🎨
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into nick
parents
bb57d8fc
58c19d8c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
8 deletions
+14
-8
ListMasks.zh.resx
...nt/backstage/Resources/Views/TokenVault/ListMasks.zh.resx
+3
-0
ListKeys.cshtml
...oken Vault Management/backstage/Views/Key/ListKeys.cshtml
+4
-6
tokenizationPlatform.css
...Management/backstage/wwwroot/css/tokenizationPlatform.css
+7
-2
No files found.
Merchant Token Vault Management/backstage/Resources/Views/TokenVault/ListMasks.zh.resx
View file @
721ee2ad
...
...
@@ -141,6 +141,9 @@
<data
name=
"Are you sure you want to delete the mask?"
xml:space=
"preserve"
>
<value>
是否確定要刪除遮罩?
</value>
</data>
<data
name=
"Cancel"
xml:space=
"preserve"
>
<value>
取消
</value>
</data>
<data
name=
"Choose department"
xml:space=
"preserve"
>
<value>
選擇部門
</value>
</data>
...
...
Merchant Token Vault Management/backstage/Views/Key/ListKeys.cshtml
View file @
721ee2ad
...
...
@@ -262,14 +262,12 @@
</div>
<div class="form-group">
<label class="control-label" for=""></label>
<div class="form-check form-check-inline">
<label class="form-check-label" for="uniqueY">
@Localizer["啟用"]
</label>
@*<label class="control-label" for=""></label>*@
@*<div class="form-check form-check-inline">*@
<label class="form-check-label label-space" for="uniqueY">@Localizer["啟用"]</label>
<input class="form-check-input" type="checkbox" id="is_enable" name="active" value="1">
</div>
@*</div>*@
</div>
...
...
Merchant Token Vault Management/backstage/wwwroot/css/tokenizationPlatform.css
View file @
721ee2ad
...
...
@@ -4042,8 +4042,13 @@ TBL_keysList tbody td {
display
:
block
!important
;
}
#recoverKeyForm
.show
{
display
:
block
!important
;
}
.label-space
{
margin-right
:
30px
;
line-height
:
1.5
!important
;
}
...
...
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