Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dima Krasner
Sharkey
Commits
07e96b73
Commit
07e96b73
authored
1 year ago
by
syuilo
Browse files
Options
Downloads
Patches
Plain Diff
enhance(client): ロール設定画面でロールIDを確認できるように
parent
421b0b70
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
packages/frontend/src/pages/admin/roles.editor.vue
+4
-0
4 additions, 0 deletions
packages/frontend/src/pages/admin/roles.editor.vue
with
5 additions
and
0 deletions
CHANGELOG.md
+
1
−
0
View file @
07e96b73
...
...
@@ -37,6 +37,7 @@
-
画面ビューワをタップした場合、マウスクリックと同様に画像ビューワを閉じるように
-
オフライン時の画面にリロードボタンを追加
-
Deckで非ルートページにアクセスした際に簡易UIで表示しない設定を追加
-
ロール設定画面でロールIDを確認できるように
-
Fix: サーバーメトリクスが90度傾いている
-
Fix: 非ログイン時にクレデンシャルが必要なページに行くとエラーが出る問題を修正
-
Fix: sparkle内にリンクを入れるとクリック不能になる問題の修正
...
...
This diff is collapsed.
Click to expand it.
packages/frontend/src/pages/admin/roles.editor.vue
+
4
−
0
View file @
07e96b73
<
template
>
<div
class=
"_gaps"
>
<MkInput
v-if=
"readonly"
:modelValue=
"role.id"
:readonly=
"true"
>
<template
#label
>
ID
</
template
>
</MkInput>
<MkInput
v-model=
"role.name"
:readonly=
"readonly"
>
<
template
#label
>
{{
i18n
.
ts
.
_role
.
name
}}
</
template
>
</MkInput>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment