mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-21 06:11:45 +01:00
updates for showing message when none of policy results.
This commit is contained in:
parent
839e2ecbc1
commit
da80adc025
@ -94,9 +94,9 @@
|
||||
$(document).off('mousemove');
|
||||
}
|
||||
|
||||
scope.$watch('vm.last', function(current) {
|
||||
scope.$watch('vm.replicationPolicies', function(current) {
|
||||
$timeout(function(){
|
||||
if(current) {
|
||||
if(current && current.length > 0) {
|
||||
element.find('#upon-pane table>tbody>tr').on('click', trClickHandler);
|
||||
element.find('#upon-pane table>tbody>tr:eq(0)').trigger('click');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user