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