diff options
author | Simon Rettberg | 2024-07-19 17:32:18 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-07-19 17:32:18 +0200 |
commit | 494d36422a175a091227f147ebbb9217bd34649a (patch) | |
tree | fde29ac16dccf4e879885a4f04fc37dd298a9fe5 /modules-available/sysconfig/templates/list-legend.html | |
parent | [sysconfig] Don't delete config module on edit if taskmanager fails (diff) | |
download | slx-admin-494d36422a175a091227f147ebbb9217bd34649a.tar.gz slx-admin-494d36422a175a091227f147ebbb9217bd34649a.tar.xz slx-admin-494d36422a175a091227f147ebbb9217bd34649a.zip |
[sysconfig] Add button to assign module to multiple configs
This extends and reuses the assignment dialog that pops up at the end of
the process where you create a new module.
Diffstat (limited to 'modules-available/sysconfig/templates/list-legend.html')
-rw-r--r-- | modules-available/sysconfig/templates/list-legend.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules-available/sysconfig/templates/list-legend.html b/modules-available/sysconfig/templates/list-legend.html index 49974a5f..dc271aae 100644 --- a/modules-available/sysconfig/templates/list-legend.html +++ b/modules-available/sysconfig/templates/list-legend.html @@ -22,6 +22,11 @@ {{lang_editLong}} </p> <p> + <span class="btn btn-success btn-xs" title="{{lang_assignToConfigs}}"><span class="glyphicon glyphicon-arrow-right"></span> + </span> + {{lang_assignToConfigsLong}} + </p> + <p> <span class="btn btn-danger btn-xs" title="{{lang_delete}}"><span class="glyphicon glyphicon-trash"></span></span> {{lang_deleteLong}} </p> |