mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 13:59:40 +02:00
* feat(buildinfo): ability to see build info [EE-2252] * handle dark theme * feat: add build info to status version * feat: include ldflags in azure pipeline * echo shell commands in azure build * clean up main log * allow tests to pass * use data from backend * allow clicking off modal to dismiss * add placeholder versions * refactor * update button class * fix modal displaying behind elements Co-authored-by: Dmitry Salakhov <to@dimasalakhov.com>
9 lines
198 B
Go
9 lines
198 B
Go
package build
|
|
|
|
// Variables to be set during the build time
|
|
var BuildNumber string
|
|
var ImageTag string
|
|
var NodejsVersion string
|
|
var YarnVersion string
|
|
var WebpackVersion string
|
|
var GoVersion string
|