mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 07:16:39 +00:00
[About] Include branch
Include branch in About dialog when built. WTD-699
This commit is contained in:
parent
e4def8a3f5
commit
8fee134f5c
@ -20,6 +20,12 @@
|
||||
"value": "${buildNumber}",
|
||||
"description": "A unique revision identifier for the client sources.",
|
||||
"priority": 995
|
||||
},
|
||||
{
|
||||
"name": "Branch",
|
||||
"value": "${scmBranch}",
|
||||
"description": "The date on which this version of the client was built.",
|
||||
"priority": 994
|
||||
}
|
||||
],
|
||||
"components": [
|
||||
|
Loading…
Reference in New Issue
Block a user