Merge branch 'main' into fix-tree-view-height

This commit is contained in:
何延龙 2023-09-20 14:34:27 +08:00 committed by GitHub
commit e36577ff2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 15 deletions

View File

@ -37,11 +37,11 @@ npm run dev
The default UI address is `http://localhost:8080`.
# Contact Us
- Submit an [issue](https://github.com/apache/skywalking/issues) if you face some issues. Submit a [discussion](https://github.com/apache/skywalking/discussions) if you want to propose new feature or have any question.
- Mailing list: **dev@skywalking.apache.org**. Mail to `dev-subscribe@skywalking.apache.org`, follow the reply to subscribe the mailing list.
- Join Slack. Send `Request to join SkyWalking slack` mail to the mail list(`dev@skywalking.apache.org`), we will invite you in.
- QQ Group: 392443393, 901167865
* Mail list: **dev@skywalking.apache.org**. Mail to `dev-subscribe@skywalking.apache.org`, follow the reply to subscribe to the mail list.
* Send `Request to join SkyWalking slack` mail to the mail list(`dev@skywalking.apache.org`), we will invite you in.
* For Chinese speaker, send `[CN] Request to join SkyWalking slack` mail to the mail list(`dev@skywalking.apache.org`), we will invite you in.
* Twitter, [ASFSkyWalking](https://twitter.com/AsfSkyWalking)
* [bilibili B站 视频](https://space.bilibili.com/390683219)
# License

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -31,6 +31,7 @@
text-align: center;
height: 30px;
padding: 8px 0;
justify-content: flex-end;
}
.link {

View File

@ -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"

View File

@ -76,7 +76,6 @@ limitations under the License. -->
</el-table>
<el-pagination
class="pagination"
background
small
layout="prev, pager, next"
:page-size="pageSize"