mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-18 03:01:05 +01:00
added subtitle to edit permissions page
This commit is contained in:
@@ -80,6 +80,7 @@
|
||||
}
|
||||
},
|
||||
"permission": {
|
||||
"title": "Berechtigungen bearbeiten",
|
||||
"user": "Benutzer",
|
||||
"group": "Gruppe",
|
||||
"error-title": "Fehler",
|
||||
|
||||
@@ -80,6 +80,7 @@
|
||||
}
|
||||
},
|
||||
"permission": {
|
||||
"title": "Edit Permissions",
|
||||
"user": "User",
|
||||
"group": "Group",
|
||||
"error-title": "Error",
|
||||
|
||||
@@ -24,6 +24,7 @@ import {
|
||||
import {
|
||||
Loading,
|
||||
ErrorPage,
|
||||
Subtitle,
|
||||
LabelWithHelpIcon
|
||||
} from "@scm-manager/ui-components";
|
||||
import type {
|
||||
@@ -143,6 +144,7 @@ class Permissions extends React.Component<Props> {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Subtitle subtitle={t("permission.title")} />
|
||||
<table className="has-background-light table is-hoverable is-fullwidth">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user