Skip to content

Commit 783a625

Browse files
mraczynsSzymon Bultrowicz
authored andcommitted
Link for platform version in footer available for non-admin user
1 parent 588dc11 commit 783a625

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/ui/app/main/footer.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
//-
1616
footer
17-
a(ui-sref="app.version" ng-if="isAdmin") Version {{platformInfo.platform_version}}
17+
a(ui-sref="app.version") Version {{platformInfo.platform_version}}
1818
| | © {{ year }} - {{ appConfig.company }}
1919
a(ui-sref="app.terms") Terms of Use
2020
a(href="http://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html", target="_blank") Cookie Agreement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "console",
33
"author": "Intel Corporation",
44
"license": "Apache-2.0",
5-
"version": "0.4.212",
5+
"version": "0.4.213",
66
"private": true,
77
"dependencies": {
88
"compression": "1.6.1",

0 commit comments

Comments
 (0)