mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Fixed accordion bug in upload.
Now hide by default the activities. Removed input dashboard.
This commit is contained in:
parent
ff2d59ce08
commit
9d57e36e09
10 changed files with 12 additions and 64 deletions
|
@ -115,6 +115,7 @@ module.exports = function UploadCtrl(
|
|||
})
|
||||
.then(function (installResult) {
|
||||
$scope.$apply(function () {
|
||||
$scope.accordionOpen = false
|
||||
installResult.manifest = options.manifest
|
||||
$scope.treeData = installResult.manifest
|
||||
$scope.installation = installResult
|
||||
|
@ -167,6 +168,8 @@ module.exports = function UploadCtrl(
|
|||
return progress
|
||||
}
|
||||
|
||||
$scope.accordionOpen = true
|
||||
|
||||
//
|
||||
// $scope.installEnabled = true
|
||||
// SettingsService.bind($scope, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue