mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
feat(docker/node): change table to div and fix styling (#4173)
This commit is contained in:
parent
c5731e237e
commit
8408484f8b
2 changed files with 16 additions and 30 deletions
|
@ -45,7 +45,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<td colspan="2">
|
||||
<div class="btn-toolbar" role="toolbar">
|
||||
<div class="btn-group" role="group">
|
||||
<button type="button" class="btn btn-primary btn-sm" ng-disabled="!$ctrl.state.hasChanges" ng-click="$ctrl.saveChanges()">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue