mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +00:00
refactor: update pagination (#320)
This commit is contained in:
@@ -116,8 +116,6 @@ limitations under the License. -->
|
||||
</el-button>
|
||||
<el-pagination
|
||||
class="pagination"
|
||||
background
|
||||
small
|
||||
layout="prev, pager, next"
|
||||
:page-size="pageSize"
|
||||
:total="total"
|
||||
|
@@ -66,9 +66,7 @@ limitations under the License. -->
|
||||
</el-table>
|
||||
</div>
|
||||
<el-pagination
|
||||
class="pagination"
|
||||
background
|
||||
small
|
||||
class="pagination flex-h"
|
||||
layout="prev, pager, next"
|
||||
:page-size="pageSize"
|
||||
:total="pods.length"
|
||||
|
@@ -59,9 +59,7 @@ limitations under the License. -->
|
||||
</el-table>
|
||||
</div>
|
||||
<el-pagination
|
||||
class="pagination"
|
||||
background
|
||||
small
|
||||
class="pagination flex-h"
|
||||
layout="prev, pager, next"
|
||||
:page-size="pageSize"
|
||||
:total="selectorStore.services.length"
|
||||
|
@@ -31,6 +31,7 @@
|
||||
text-align: center;
|
||||
height: 30px;
|
||||
padding: 8px 0;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.link {
|
||||
|
@@ -65,7 +65,6 @@ limitations under the License. -->
|
||||
<el-pagination
|
||||
class="mt-10"
|
||||
small
|
||||
background
|
||||
layout="prev, pager, next"
|
||||
:page-size="pageSize"
|
||||
:total="continousProfilingStore.instances.length"
|
||||
|
@@ -76,7 +76,6 @@ limitations under the License. -->
|
||||
</el-table>
|
||||
<el-pagination
|
||||
class="pagination"
|
||||
background
|
||||
small
|
||||
layout="prev, pager, next"
|
||||
:page-size="pageSize"
|
||||
|
Reference in New Issue
Block a user