mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
refactor: update pagination (#320)
This commit is contained in:
@@ -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