Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Jul 15, 2024
1 parent 0feb3af commit 912640f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

### Pending Release

### v2.67.2 - 2024-07-15

- :rocket: `UI` Distinction between refresh and connection cycle

### v2.67.1 - 2024-07-15

- :bug: `API` Fix mission data count
Expand Down
11 changes: 10 additions & 1 deletion api/web/src/components/Connection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,19 @@
<div class='ms-auto d-flex align-items-center btn-list'>
<AgencyBadge :connection='connection' />

<IconPlugConnected
v-tooltip='"Cycle Connection"'
:size='32'
:stroke='1'
class='cursor-pointer'
@click='refresh'
/>
<IconRefresh
v-tooltip='"Refresh"'
:size='32'
:stroke='1'
class='cursor-pointer'
@click='refresh'
@click='fetch'
/>
<IconSettings
v-tooltip='"Edit"'
Expand Down Expand Up @@ -200,6 +207,7 @@ import {
IconDatabase,
IconOutbound,
IconAffiliate,
IconPlugConnected,
IconCloudDataConnection,
IconBuildingBroadcastTower,
IconSettings
Expand All @@ -220,6 +228,7 @@ export default {
IconAffiliate,
IconRefresh,
IconDatabase,
IconPlugConnected,
IconBuildingBroadcastTower,
IconCloudDataConnection,
IconOutbound,
Expand Down

0 comments on commit 912640f

Please sign in to comment.