Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Axolotle committed Dec 16, 2024
1 parent de21425 commit ec03a59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@import '~bootstrap/scss/progress';
@import '~bootstrap/scss/list-group';
@import '~bootstrap/scss/close';
@import "~bootstrap/scss/toasts";
@import '~bootstrap/scss/toasts';
@import '~bootstrap/scss/modal';
@import '~bootstrap/scss/tooltip';
@import '~bootstrap/scss/popover';
Expand Down
1 change: 0 additions & 1 deletion app/src/views/tool/ToolFirewall.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ async function togglePort({
)
if (!confirmed) return false
const actionTrad = t({ allow: 'open', disallow: 'close' }[action])
return api
.put({
uri: `firewall/${protocol}/${action}/${port}?${connection}_only`,
Expand Down

0 comments on commit ec03a59

Please sign in to comment.