Skip to content

Commit 2e4e038

Browse files
committed
TASK: Improve button positions
1 parent 7b52bc8 commit 2e4e038

1 file changed

Lines changed: 19 additions & 18 deletions

File tree

Resources/Private/BackendFusion/Integration/Backend.Index.fusion

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -107,24 +107,25 @@ Flowpack.DecoupledContentStore.BackendController.index = Neos.Fusion:Component {
107107
</tbody>
108108
</table>
109109

110-
<span>Store size: </span>
111-
<span class="neos-badge neos-badge-info">{storeSize}</span>
112-
<br />
113-
<button form="postHelper" formaction={props._publishAllWithoutValidationUri} type="submit" class="neos-button neos-button-danger" style="margin-top: 300px;">
114-
Publish all without validation
115-
</button>
116-
<span> </span>
117-
<button form="postHelper" formaction={props._pruneContentStoreUri} type="submit" class="neos-button neos-button-warning" style="margin-top: 300px;">
118-
Prune content store
119-
</button>
120-
<span> </span>
121-
<button form="postHelper" formaction={props._cancelRunningReleaseUri} type="submit" class="neos-button neos-button-warning" style="margin-top: 300px;">
122-
Cancel running release
123-
</button>
124-
<span> </span>
125-
<button @if.showToggleConfigEpochButton={showToggleConfigEpochButton} form="postHelper" formaction={props._toggleConfigEpoch} type="submit" class="neos-button neos-button-danger" style="margin-top: 300px;">
126-
{'Toggle config epoch: ' + toggleFromConfigEpoch + ' to ' + toggleToConfigEpoch}
127-
</button>
110+
<div>
111+
<span>Store size: </span>
112+
<span class="neos-badge neos-badge-info">{storeSize}</span>
113+
</div>
114+
115+
<div style="margin-top: 5rem; display: flex; gap: 1rem;">
116+
<button form="postHelper" formaction={props._publishAllWithoutValidationUri} type="submit" class="neos-button neos-button-danger">
117+
Publish all without validation
118+
</button>
119+
<button form="postHelper" formaction={props._pruneContentStoreUri} type="submit" class="neos-button neos-button-warning">
120+
Prune content store
121+
</button>
122+
<button form="postHelper" formaction={props._cancelRunningReleaseUri} type="submit" class="neos-button neos-button-warning">
123+
Cancel running release
124+
</button>
125+
<button @if.showToggleConfigEpochButton={showToggleConfigEpochButton} form="postHelper" formaction={props._toggleConfigEpoch} type="submit" class="neos-button neos-button-danger" style="margin-top: 300px;">
126+
{'Toggle config epoch: ' + toggleFromConfigEpoch + ' to ' + toggleToConfigEpoch}
127+
</button>
128+
</div>
128129

129130
<div class="neos-footer !h-full">
130131
<Flowpack.DecoupledContentStore:ListFooter />

0 commit comments

Comments
 (0)