mirror of https://github.com/rancher/dashboard.git
Addm LTS, remove debug content (will do this differently)
This commit is contained in:
parent
30dd2a46ca
commit
ebcd63ff6f
|
|
@ -184,6 +184,7 @@ export class SystemInfoProvider {
|
|||
params.push(`v=${ systemData.version }`);
|
||||
params.push(`dev=${ systemData.isDeveloperVersion }`);
|
||||
params.push(`p=${ systemData.isPrime }`);
|
||||
params.push(`lts=${ systemData.isLTS }`);
|
||||
|
||||
// Remove LTS for now, until we can determine LTS status
|
||||
// params.push(`lts=${ systemData.isLTS }`);
|
||||
|
|
|
|||
Loading…
Reference in New Issue