diff options
author | Anton Tananaev <anton@traccar.org> | 2023-05-19 07:35:54 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2023-05-19 07:35:54 -0700 |
commit | 7f978889b45672285da1e73461e67bc78e78e1bb (patch) | |
tree | 8122a810ca1da580e34ac99701e28b399e2f4a67 /modern/src/common | |
parent | 03b6c9fe0eda8788480bd6ae675658769758c96d (diff) | |
download | trackermap-web-7f978889b45672285da1e73461e67bc78e78e1bb.tar.gz trackermap-web-7f978889b45672285da1e73461e67bc78e78e1bb.tar.bz2 trackermap-web-7f978889b45672285da1e73461e67bc78e78e1bb.zip |
Custom logo option
Diffstat (limited to 'modern/src/common')
-rw-r--r-- | modern/src/common/attributes/useServerAttributes.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modern/src/common/attributes/useServerAttributes.js b/modern/src/common/attributes/useServerAttributes.js index 76d5a157..e87d1d7e 100644 --- a/modern/src/common/attributes/useServerAttributes.js +++ b/modern/src/common/attributes/useServerAttributes.js @@ -9,6 +9,10 @@ export default (t) => useMemo(() => ({ name: t('serverDescription'), type: 'string', }, + logo: { + name: t('serverLogo'), + type: 'string', + }, colorPrimary: { name: t('serverColorPrimary'), type: 'string', |