Introduce build-time version reference file to make versioning instantaneous and solid
Co-authored-by: arena-agent <297053741+arena-agent@users.noreply.github.com>
This commit is contained in:
co-authored by
arena-agent
parent
9df83e8a11
commit
dec0aebc95
@@ -666,8 +666,6 @@ async function openServiceDetailModal(unit, name, icon) {
|
||||
// These services are wrappers, setup helpers, or application stacks rather
|
||||
// than a single versioned daemon represented by the tile's systemd unit.
|
||||
var versionNotApplicable = [
|
||||
'phpfpm-wordpress.service', 'phpfpm-nextcloud.service',
|
||||
'albyhub.service', 'nwc-wallets.service',
|
||||
'zeus-connect-setup.service', 'sparrow-autoconnect.service'
|
||||
].indexOf(unit) !== -1;
|
||||
var versionState = serviceVersion ? 'detected' : (versionNotApplicable ? 'not-applicable' : 'unavailable');
|
||||
|
||||
Reference in New Issue
Block a user