File tree Expand file tree Collapse file tree
Resources/Private/BackendFusion/Integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,13 +141,19 @@ prototype(Flowpack.DecoupledContentStore:ListFooter) < prototype(Neos.Fusion:Joi
141141 <i class="fa fa-sync"></i> Reload
142142 </Neos.Fusion:Link.Action>
143143 `
144- activeContentStoreLabel = '<span class="align-middle inline-block text-sm pr-4 pl-16">Active Content Store:</span>'
145144 switchContentStore = afx`
146- <Neos.Fusion:Loop items={redisContentStores}>
147- <Neos.Fusion:Link.Action href.action="index" href.arguments={{contentStore: item}} class={AtomicFusion.classNames('neos-button', {'neos-button-primary': item == contentStore})}>
148- {item}
149- </Neos.Fusion:Link.Action>
150- </Neos.Fusion:Loop>
145+ <span class="align-middle inline-block text-sm pr-4 pl-16">
146+ Active Content Store:
147+ <Neos.Fusion:Loop items={redisContentStores}>
148+ <Neos.Fusion:Link.Action
149+ href.action="index"
150+ href.arguments={{contentStore: item}}
151+ class={['neos-button', 'text-sm', item == contentStore && 'neos-button-primary']}
152+ >
153+ {item}
154+ </Neos.Fusion:Link.Action>
155+ </Neos.Fusion:Loop>
156+ </span>
151157 `
152158 publishAll = Neos.Fusion:Component {
153159 _publishAllUri = Neos.Fusion:UriBuilder {
You can’t perform that action at this time.
0 commit comments