mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-07-07 12:17:48 +02:00
feat(add fe is_active logic):
This commit is contained in:
@@ -350,6 +350,10 @@ var app = new Vue({
|
||||
|
||||
// If all are selected, deselect all. Otherwise, select all.
|
||||
this.dataConfig.forEach(package => {
|
||||
if (!package.is_active) {
|
||||
package.selected = false;
|
||||
return
|
||||
}
|
||||
package.selected = !allSelected;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user