0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-24 09:19:40 +00:00
alerta_alerta/alerta/views
Emil Lengman 49ae9a7815
Add CLIPBOARD_TEMPLATE setting (#1814)
* Add CLIPBOARD_TEMPLATE setting

to allow for configuring this web console setting in the backend: https://github.com/alerta/alerta-webui/pull/555

* fix lintin errors

* Add test for CLIPBOARD_TEMPLATE setting

demonstrate that clipboard_template is returned by the api when
CLIPBOARD_TEMPLATE is set in the backend

---------

Co-authored-by: Kenneth Hardy <kenneth@hardy.se>
2023-03-07 14:31:15 +01:00
..
__init__.py Move config endpoint to own file (#1101) 2019-10-14 23:32:21 +02:00
alerts.py Fix linting errors (#1618) 2021-11-21 17:26:37 +01:00
blackouts.py refactor: create "query builders" for all data models (#1446) 2021-03-13 20:34:39 +01:00
bulk.py refactor: convert formatted strings to f-strings (more) (#1522) 2021-05-09 16:19:40 +02:00
config.py Add CLIPBOARD_TEMPLATE setting (#1814) 2023-03-07 14:31:15 +01:00
customers.py refactor: create "query builders" for all data models (#1446) 2021-03-13 20:34:39 +01:00
groups.py refactor: create "query builders" for all data models (#1446) 2021-03-13 20:34:39 +01:00
heartbeats.py refactor: create "query builders" for all data models (#1446) 2021-03-13 20:34:39 +01:00
keys.py refactor: create "query builders" for all data models (#1446) 2021-03-13 20:34:39 +01:00
oembed.py fix(security): do not expose exception errors to end users (#1811) 2023-02-28 21:55:44 +01:00
permissions.py refactor: convert formatted strings to f-strings (#1520) 2021-05-09 14:52:54 +02:00
users.py refactor: convert formatted strings to f-strings (#1520) 2021-05-09 14:52:54 +02:00