Skip to content

Commit

Permalink
Allow patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 25, 2024
1 parent 1d2327d commit 359437a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@

### Pending Release

### v4.26.0 - 2024-10-25

- :bug: `API` Add support for `%` decoding in PMTiles URL Validity Check
- :rocket: `UI` Use `TablerIconButton` for buttons in Overlay manager to improve accessibility
- :rocket: `UI` Fix Delete Icon size in Overlay Manager
- :rocket: `UI` Add CloudTAK Gradient to backend

### v4.25.0 - 2024-10-25

- :rocket: `DevOps` After analyzing our traffic for the past 60 days we didn't have a PMTiles invocation above 100mb. Reduced Lambda Memory to 256mb
Expand Down
2 changes: 1 addition & 1 deletion api/web/src/components/Admin/AdminUser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class='card-body'>
<TablerLoading v-if='loading' />
<template v-else-if='edit'>
<div class='col-12'>
<div class='col-12 pb-4'>
<TablerToggle
label='System Administrator'
v-model='user.system_admin'
Expand Down

0 comments on commit 359437a

Please sign in to comment.