diff --git a/static/ng/resources/css/index.css b/static/ng/resources/css/index.css index ab7f95ac7..463a3cc75 100644 --- a/static/ng/resources/css/index.css +++ b/static/ng/resources/css/index.css @@ -81,7 +81,7 @@ body { .down-table-pane { overflow-y: auto; - height: auto; + height: 260px; padding-left: 10px; padding-right: 10px; } diff --git a/static/ng/resources/js/components/replication/list-replication.directive.js b/static/ng/resources/js/components/replication/list-replication.directive.js index 8bd87856a..0e944cd9e 100644 --- a/static/ng/resources/js/components/replication/list-replication.directive.js +++ b/static/ng/resources/js/components/replication/list-replication.directive.js @@ -143,10 +143,10 @@ element.find('#upon-pane table>tbody>tr').filter('[policy_id="' + ctrl.lastPolicyId + '"]').trigger('click'); } }else{ - element - .find('#upon-pane table>tbody>tr') - .css({'background-color': '#FFFFFF'}) - .css({'color': '#000'}); + element + .find('#upon-pane table>tbody>tr') + .css({'background-color': '#FFFFFF'}) + .css({'color': '#000'}); } } }); diff --git a/static/ng/resources/js/components/user-log/user-log.directive.html b/static/ng/resources/js/components/user-log/user-log.directive.html index 1247a2448..4308b16b5 100644 --- a/static/ng/resources/js/components/user-log/user-log.directive.html +++ b/static/ng/resources/js/components/user-log/user-log.directive.html @@ -1,16 +1,15 @@ - -
- - - - - - - - - - - - -
// 'task_name' | tr //// 'details' | tr //// 'user' | tr //// 'creation_time' | tr //

// 'no_user_logs' | tr //

//t.Operation////t.RepoName////t.Username////t.OpTime | dateL : 'YYYY-MM-DD HH:mm:ss'//
+
+ + + + + + + + + + + + +
// 'task_name' | tr //// 'details' | tr //// 'user' | tr //// 'creation_time' | tr //

// 'no_user_logs' | tr //

//t.operation////t.repo_name////t.username////t.op_time | dateL : 'YYYY-MM-DD HH:mm:ss'//
\ No newline at end of file diff --git a/views/ng/dashboard.htm b/views/ng/dashboard.htm index 8248854ee..36eb1bfb6 100644 --- a/views/ng/dashboard.htm +++ b/views/ng/dashboard.htm @@ -4,13 +4,13 @@
- +
-
- +
+
@@ -19,8 +19,8 @@
- -
+ +