We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588dc11 commit 783a625Copy full SHA for 783a625
2 files changed
app/ui/app/main/footer.jade
@@ -14,7 +14,7 @@
14
limitations under the License.
15
//-
16
footer
17
- a(ui-sref="app.version" ng-if="isAdmin") Version {{platformInfo.platform_version}}
+ a(ui-sref="app.version") Version {{platformInfo.platform_version}}
18
| | © {{ year }} - {{ appConfig.company }}
19
a(ui-sref="app.terms") Terms of Use
20
a(href="http://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html", target="_blank") Cookie Agreement
package.json
@@ -2,7 +2,7 @@
2
"name": "console",
3
"author": "Intel Corporation",
4
"license": "Apache-2.0",
5
- "version": "0.4.212",
+ "version": "0.4.213",
6
"private": true,
7
"dependencies": {
8
"compression": "1.6.1",
0 commit comments