Skip to content

Commit

Permalink
console: Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaplots committed Jan 13, 2025
1 parent 8519dbf commit 345dd43
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pkg/webui/components/tooltip/tooltip.styl
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
// stylelint-enable stylus/pythonic

.small
padding: 0.65rem $cs.m $cs.s
padding: .65rem $cs.m $cs.s
border-radius: $br.l
2 changes: 1 addition & 1 deletion pkg/webui/console/views/overview/overview.styl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2024 The Things Network Foundation, The Things Industries B.V.
// Copyright © 2025 The Things Network Foundation, The Things Industries B.V.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
4 changes: 0 additions & 4 deletions pkg/webui/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@
"console.components.gateway-api-keys-modal.index.downloadLns": "Download LNS key",
"console.components.gateway-api-keys-modal.index.downloadCups": "Download CUPS key",
"console.components.gateway-visibility-form.index.saveDefaultGatewayVisibility": "Save default gateway visibility",
"console.components.live-data-tutorial.index.liveDataSplitView": "Live data split view",
"console.components.live-data-tutorial.index.liveDataSplitViewDescription": "Debug, make changes while keeping an eye on live data from everywhere with split view.",
"console.components.live-data-tutorial.index.gotIt": "Got it",
"console.components.live-data-tutorial.index.tryIt": "Try it",
"console.components.location-form.index.deleteAllLocations": "Delete all location data",
"console.components.location-form.index.deleteFailure": "An error occurred and the location could not be deleted",
"console.components.location-form.index.deleteLocation": "Remove location data",
Expand Down
4 changes: 0 additions & 4 deletions pkg/webui/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@
"console.components.gateway-api-keys-modal.index.downloadLns": "LNSキーをダウンロード",
"console.components.gateway-api-keys-modal.index.downloadCups": "CUPSキーをダウンロード",
"console.components.gateway-visibility-form.index.saveDefaultGatewayVisibility": "デフォルトゲートウェイの可視性を保存",
"console.components.live-data-tutorial.index.liveDataSplitView": "",
"console.components.live-data-tutorial.index.liveDataSplitViewDescription": "",
"console.components.live-data-tutorial.index.gotIt": "",
"console.components.live-data-tutorial.index.tryIt": "",
"console.components.location-form.index.deleteAllLocations": "",
"console.components.location-form.index.deleteFailure": "",
"console.components.location-form.index.deleteLocation": "",
Expand Down

0 comments on commit 345dd43

Please sign in to comment.