mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
feat(ui): EE-3567 css portainer settings auth (#7423)
This commit is contained in:
parent
7bd971f838
commit
36888b5ad4
23 changed files with 225 additions and 188 deletions
|
@ -66,6 +66,7 @@ import nomad from '@/assets/ico/vendor/nomad.svg?c';
|
|||
import openldap from '@/assets/ico/vendor/openldap.svg?c';
|
||||
import proget from '@/assets/ico/vendor/proget.svg?c';
|
||||
import quay from '@/assets/ico/vendor/quay.svg?c';
|
||||
import internal from '@/assets/ico/vendor/internal.svg?c';
|
||||
|
||||
const placeholder = Placeholder;
|
||||
|
||||
|
@ -135,6 +136,7 @@ export const SvgIcons = {
|
|||
openldap,
|
||||
proget,
|
||||
quay,
|
||||
internal,
|
||||
};
|
||||
|
||||
interface SvgProps {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue