mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Readonly dashboard
This commit is contained in:
@ -43,6 +43,7 @@ module Data.Icons exposing
|
||||
, editNotesIcon
|
||||
, equipment
|
||||
, equipmentIcon
|
||||
, fileUploadIcon
|
||||
, folder
|
||||
, folderIcon
|
||||
, gotifyIcon
|
||||
@ -160,6 +161,16 @@ source2 =
|
||||
"fa fa-upload"
|
||||
|
||||
|
||||
fileUpload : String
|
||||
fileUpload =
|
||||
"fa fa-file-upload"
|
||||
|
||||
|
||||
fileUploadIcon : String -> Html msg
|
||||
fileUploadIcon classes =
|
||||
i [ class classes, class fileUpload ] []
|
||||
|
||||
|
||||
sourceIcon2 : String -> Html msg
|
||||
sourceIcon2 classes =
|
||||
i [ class (source2 ++ " " ++ classes) ] []
|
||||
|
Reference in New Issue
Block a user