If there are no errors related to the given rule, a checkmark is displayed as the status icon. The icon is displayed as clickable to the user since a handler function is defined. However, the handler function does not do anything if there are no errors. The first patch adds a CSS class for making such elements appear as non-clickable and the second patch applies this class to the status icon for rules.
proxmox-widget-toolkit: Michael Köppl (1): css: add class for making elements unclickable src/proxmox-dark/scss/proxmox/_general.scss | 5 +++++ 1 file changed, 5 insertions(+) pve-manager: Michael Köppl (1): ui: ha: rules: make status icon unclickable if there are no errors www/manager6/ha/Rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Summary over all repositories: 2 files changed, 6 insertions(+), 1 deletions(-) -- Generated by git-murpp 0.8.0 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
