mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-15 03:22:10 +03:00
change icon
This commit is contained in:
parent
db41d74759
commit
026d1c67f2
@ -14,7 +14,7 @@ import DeleteUserDialog from "@/components/overlay/DeleteUserDialog";
|
|||||||
import { HiTrash } from "react-icons/hi";
|
import { HiTrash } from "react-icons/hi";
|
||||||
import { FaUserEdit } from "react-icons/fa";
|
import { FaUserEdit } from "react-icons/fa";
|
||||||
|
|
||||||
import { LuPlus, LuShield, LuUserCog } from "react-icons/lu";
|
import { LuPencil, LuPlus, LuShield, LuUserCog } from "react-icons/lu";
|
||||||
import {
|
import {
|
||||||
Table,
|
Table,
|
||||||
TableBody,
|
TableBody,
|
||||||
@ -693,7 +693,7 @@ export default function AuthenticationView({
|
|||||||
}}
|
}}
|
||||||
disabled={roleData.name === "admin"}
|
disabled={roleData.name === "admin"}
|
||||||
>
|
>
|
||||||
<FaUserEdit className="size-3.5" />
|
<LuPencil className="size-3.5" />
|
||||||
<span className="ml-1.5 hidden sm:inline-block">
|
<span className="ml-1.5 hidden sm:inline-block">
|
||||||
{t("roles.table.editCameras")}
|
{t("roles.table.editCameras")}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user