Skip to content

Commit

Permalink
adjust update badge color: having an update available is no danger
Browse files Browse the repository at this point in the history
  • Loading branch information
schlimmchen committed Aug 23, 2024
1 parent b115f94 commit 190e1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/views/SystemInfoView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default defineComponent({
.then((data) => {
if (data.total_commits > 0) {
this.systemDataList.update_text = this.$t('systeminfo.VersionNew');
this.systemDataList.update_status = 'text-bg-danger';
this.systemDataList.update_status = 'text-bg-warning';
this.systemDataList.update_url = data.html_url;
} else {
this.systemDataList.update_text = this.$t('systeminfo.VersionOk');
Expand Down

0 comments on commit 190e1eb

Please sign in to comment.