mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-2622] Keep 'About Zeppelin' window only displaying version
This commit is contained in:
parent
426b1eac7d
commit
dc76a2439f
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ function NavCtrl ($scope, $rootScope, $http, $routeParams, $location,
|
|||
function getZeppelinVersion () {
|
||||
$http.get(baseUrlSrv.getRestApiBase() + '/version').success(
|
||||
function (data, status, headers, config) {
|
||||
$rootScope.zeppelinVersion = data.body
|
||||
$rootScope.zeppelinVersion = data.body.version
|
||||
}).error(
|
||||
function (data, status, headers, config) {
|
||||
console.log('Error %o %o', status, data.message)
|
||||
|
|
|
|||
Loading…
Reference in a new issue