Skip to content

Commit

Permalink
Fixes application edit even without proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoBiscosi committed Feb 21, 2025
1 parent 0be4c25 commit 077194b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http_src/vue/page-edit-applications.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const add_action_column = function (rowData) {
}

const actions = [
{ class: `pointer`, handler: edit_handler, icon: 'fa-edit', title: i18n('edit') },
{ class: `pointer ${props.has_protos_file ? '' : 'disabled'}`, handler: edit_handler, icon: 'fa-edit', title: i18n('edit') },
]

if(rowData.is_custom) {
Expand Down
2 changes: 1 addition & 1 deletion httpdocs/dist
Submodule dist updated 1 files
+2 −2 ntopng.js

0 comments on commit 077194b

Please sign in to comment.