refactor: update pagination (#320)
This commit is contained in:
parent
310fff4b28
commit
3dc929dd53
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue