File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
src/Frontend/src/components/heartbeats Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -178,18 +178,12 @@ async function toggleAlerts(instance: EndpointsView) {
178
178
<div >
179
179
Actions
180
180
<tippy max-width =" 400px" >
181
- <i :style =" { fontSize: '1.1em' }" class =" fa fa-info-circle text-primary" />
181
+ <i :style =" { fontSize: '1.1em', marginLeft: '0.25em' }" class =" fa fa-info-circle text-primary" />
182
182
<template #content >
183
- <table >
184
- <tbody >
185
- <tr >
186
- <td style =" padding : 3px ; width : 6em ; text-align : end ; align-content : center " >
187
- <button type =" button" class =" btn btn-danger btn-sm" ><i class =" fa fa-trash text-white" /> Delete</button >
188
- </td >
189
- <td style =" padding : 3px " >Delete an instance when that instance has been decommissioned.</td >
190
- </tr >
191
- </tbody >
192
- </table >
183
+ <div class =" d-flex align-items-center p-1" >
184
+ <button type =" button" class =" btn btn-danger btn-ms text-nowrap me-3" @click =" deleteAllInstances()" ><i class =" fa fa-trash text-white" /> Delete</button >
185
+ <span >Delete an instance when that instance has been decommissioned.</span >
186
+ </div >
193
187
</template >
194
188
</tippy >
195
189
</div >
You can’t perform that action at this time.
0 commit comments