style: 🎨 edit icon
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user