mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Use eyes icon to show state of decision
This commit is contained in:
parent
3d147a1cff
commit
b305bc27d7
@ -466,14 +466,14 @@
|
||||
"contentRowHeadline": "Inhalt",
|
||||
"authorRowHeadline": "Autor",
|
||||
"decisionRowHeadline": "Entscheidung",
|
||||
"enabled": "Status: Entsperrt",
|
||||
"disabled": "Status: Gesperrt",
|
||||
"enabled": "Entsperrt",
|
||||
"disabled": "Gesperrt",
|
||||
"decided": "Entschieden",
|
||||
"noDecision": "Keine Entscheidung!",
|
||||
"decideButton": "Bestätige",
|
||||
"DecisionSuccess": "Erfolgreich entschieden!",
|
||||
"enabledBy": "Status: Entsperrt von",
|
||||
"disabledBy": "Status: Gesperrt von",
|
||||
"enabledBy": "Entsperrt von",
|
||||
"disabledBy": "Gesperrt von",
|
||||
"reasonCategory": "Kategorie",
|
||||
"reasonDescription": "Beschreibung",
|
||||
"createdAt": "Datum",
|
||||
|
||||
@ -467,14 +467,14 @@
|
||||
"contentRowHeadline": "Content",
|
||||
"authorRowHeadline": "Author",
|
||||
"decisionRowHeadline": "Decision",
|
||||
"enabled": "State: Enabled",
|
||||
"disabled": "State: Disabled",
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"decided": "Decided",
|
||||
"noDecision": "No decision!",
|
||||
"decideButton": "Confirm",
|
||||
"DecisionSuccess": "Decided successfully!",
|
||||
"enabledBy": "State: Enabled by",
|
||||
"disabledBy": "State: Disabled by",
|
||||
"enabledBy": "Enabled by",
|
||||
"disabledBy": "Disabled by",
|
||||
"reasonCategory": "Category",
|
||||
"reasonDescription": "Description",
|
||||
"createdAt": "Date",
|
||||
|
||||
@ -96,7 +96,7 @@
|
||||
v-else
|
||||
danger
|
||||
class="confirm"
|
||||
icon="exclamation-circle"
|
||||
:icon="content.resource.disabled ? 'eye-slash' : 'eye'"
|
||||
@click="confirm(content)"
|
||||
>
|
||||
{{ $t('moderation.reports.decideButton') }}
|
||||
@ -292,7 +292,7 @@ export default {
|
||||
buttons: {
|
||||
confirm: {
|
||||
danger: true,
|
||||
icon: 'exclamation-circle',
|
||||
icon: content.resource.disabled ? 'eye-slash' : 'eye',
|
||||
textIdent: 'moderation.reports.decideModal.submit',
|
||||
callback: () => {
|
||||
this.confirmCallback(content.resource.id)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user