diff --git a/src/components/presets/Table.svelte b/src/components/presets/Table.svelte index 96efa99d..7fc967aa 100644 --- a/src/components/presets/Table.svelte +++ b/src/components/presets/Table.svelte @@ -28,7 +28,7 @@ Role - Edit + {$_('edit')} @@ -71,7 +71,7 @@ class="px-6 py-4 whitespace-nowrap text-right text-sm font-medium"> Edit + class="text-indigo-600 hover:text-indigo-900">{$_('edit')} diff --git a/src/components/runners/RunnersOverview.svelte b/src/components/runners/RunnersOverview.svelte index 70a6546a..74c4e497 100644 --- a/src/components/runners/RunnersOverview.svelte +++ b/src/components/runners/RunnersOverview.svelte @@ -184,7 +184,7 @@ class="px-6 py-4 whitespace-nowrap text-right text-sm font-medium"> Edit + class="text-indigo-600 hover:text-indigo-900">{$_('edit')} {#if store.state.jwtinfo.userdetails.permissions.includes('RUNNER:DELETE')}
- +