mirror of
https://github.com/Lissy93/dashy.git
synced 2025-09-25 18:58:48 +02:00
Re-refactor widget keys to remove quotes
Putting those quotes was a mistake, reverting.
This commit is contained in:
parent
3e728b314b
commit
9fc0254cf8
@ -46,11 +46,11 @@ const COMPAT = {
|
||||
'adguard-filter-status': 'AdGuardFilterStatus',
|
||||
'adguard-stats': 'AdGuardStats',
|
||||
'adguard-top-domains': 'AdGuardTopDomains',
|
||||
'anonaddy': 'addy.io',
|
||||
'apod': 'Apod',
|
||||
anonaddy: 'addy.io',
|
||||
apod: 'Apod',
|
||||
'blacklist-check': 'BlacklistCheck',
|
||||
'chucknorris': 'ChuckNorris',
|
||||
'clock': 'Clock',
|
||||
chucknorris: 'ChuckNorris',
|
||||
clock: 'Clock',
|
||||
'code-stats': 'CodeStats',
|
||||
'covid-stats': 'CovidStats',
|
||||
'crypto-price-chart': 'CryptoPriceChart',
|
||||
@ -60,7 +60,7 @@ const COMPAT = {
|
||||
'cve-vulnerabilities': 'CveVulnerabilities',
|
||||
'domain-monitor': 'DomainMonitor',
|
||||
'drone-ci': 'DroneCi',
|
||||
'embed': 'EmbedWidget',
|
||||
embed: 'EmbedWidget',
|
||||
'eth-gas-prices': 'EthGasPrices',
|
||||
'exchange-rates': 'ExchangeRates',
|
||||
'flight-data': 'Flights',
|
||||
@ -85,13 +85,13 @@ const COMPAT = {
|
||||
'gluetun-status': 'GluetunStatus',
|
||||
'health-checks': 'HealthChecks',
|
||||
'hackernews-trending': 'HackernewsTrending',
|
||||
'iframe': 'IframeWidget',
|
||||
'image': 'ImageWidget',
|
||||
'joke': 'Jokes',
|
||||
'linkding': 'Linkding',
|
||||
iframe: 'IframeWidget',
|
||||
image: 'ImageWidget',
|
||||
joke: 'Jokes',
|
||||
linkding: 'Linkding',
|
||||
'minecraft-status': 'MinecraftStatus',
|
||||
'mullvad-status': 'MullvadStatus',
|
||||
'mvg': 'Mvg',
|
||||
mvg: 'Mvg',
|
||||
'mvg-connection': 'MvgConnection',
|
||||
'nd-cpu-history': 'NdCpuHistory',
|
||||
'nd-load-history': 'NdLoadHistory',
|
||||
@ -114,17 +114,17 @@ const COMPAT = {
|
||||
'public-ip': 'PublicIp',
|
||||
'rescue-time': 'RescueTime',
|
||||
'rss-feed': 'RssFeed',
|
||||
'sabnzbd': 'Sabnzbd',
|
||||
sabnzbd: 'Sabnzbd',
|
||||
'sports-scores': 'SportsScores',
|
||||
'stat-ping': 'StatPing',
|
||||
'stock-price-chart': 'StockPriceChart',
|
||||
'synology-download': 'SynologyDownload',
|
||||
'system-info': 'SystemInfo',
|
||||
'tfl-status': 'TflStatus',
|
||||
'trmm': 'TacticalRMM',
|
||||
trmm: 'TacticalRMM',
|
||||
'uptime-kuma': 'UptimeKuma',
|
||||
'wallet-balance': 'WalletBalance',
|
||||
'weather': 'Weather',
|
||||
weather: 'Weather',
|
||||
'weather-forecast': 'WeatherForecast',
|
||||
'xkcd-comic': 'XkcdComic',
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user