mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-01 20:41:22 +01:00
updates for some content height settings of UI.
This commit is contained in:
parent
9a5071ddf5
commit
36f0ce23c7
@ -68,7 +68,6 @@
|
||||
var project = vm.projects[i];
|
||||
if(project['project_id'] == getParameterByName('project_id', $location.absUrl())) {
|
||||
vm.selectedProject = project;
|
||||
console.log('matched project_id:' + angular.toJson(vm.selectedProject));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
vm.togglePublicity = togglePublicity;
|
||||
|
||||
vm.sectionDefaultHeight = {'min-height': '579px'};
|
||||
vm.sectionHeight = {'min-height': '579px'};
|
||||
|
||||
//Message dialog handler for details.
|
||||
$scope.$on('modalTitle', function(e, val) {
|
||||
|
@ -32,6 +32,8 @@
|
||||
vm.page = 1;
|
||||
vm.pageSize = 15;
|
||||
|
||||
vm.sectionHeight = {'min-height': '579px'};
|
||||
|
||||
vm.retrieve = retrieve;
|
||||
vm.showAddProject = showAddProject;
|
||||
vm.searchProject = searchProject;
|
||||
|
Loading…
Reference in New Issue
Block a user