style: 🎨 edit icon
CI / Build and Push (push) Successful in 8s
CI / SonarQube (push) Successful in 31s

This commit is contained in:
2026-05-14 12:34:04 +00:00
parent d542264567
commit 6069f5395a
+4 -3
View File
@@ -1,6 +1,6 @@
<script setup lang="ts"> <script setup lang="ts">
import { onMounted, ref } from "vue"; import { onMounted, ref } from "vue";
import { Folder } from "lucide-vue-next"; import { Folder, Pencil } from "lucide-vue-next";
import { import {
api, api,
type HostRow, type HostRow,
@@ -720,10 +720,11 @@ async function deleteIdentityRow(id: number) {
<div class="flex gap-1"> <div class="flex gap-1">
<button <button
type="button" type="button"
class="shrink-0 text-slate-400/70 hover:text-slate-300 hover:underline" class="shrink-0 text-slate-400/70 hover:text-slate-300"
title="Edit identity"
@click="openEditIdentity(i)" @click="openEditIdentity(i)"
> >
Edit <Pencil class="h-4 w-4" aria-hidden="true" />
</button> </button>
<button <button
type="button" type="button"