mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 00:08:56 +00:00
Merge branch 'main' into fix-tree-view-height
This commit is contained in:
commit
e36577ff2f
10
README.md
10
README.md
@ -37,11 +37,11 @@ npm run dev
|
|||||||
The default UI address is `http://localhost:8080`.
|
The default UI address is `http://localhost:8080`.
|
||||||
|
|
||||||
# Contact Us
|
# Contact Us
|
||||||
|
* Mail list: **dev@skywalking.apache.org**. Mail to `dev-subscribe@skywalking.apache.org`, follow the reply to subscribe to the mail list.
|
||||||
- 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.
|
* Send `Request to join SkyWalking slack` mail to the mail list(`dev@skywalking.apache.org`), we will invite you in.
|
||||||
- Mailing list: **dev@skywalking.apache.org**. Mail to `dev-subscribe@skywalking.apache.org`, follow the reply to subscribe the mailing list.
|
* For Chinese speaker, send `[CN] Request to join SkyWalking slack` mail to the mail list(`dev@skywalking.apache.org`), we will invite you in.
|
||||||
- Join Slack. Send `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)
|
||||||
- QQ Group: 392443393, 901167865
|
* [bilibili B站 视频](https://space.bilibili.com/390683219)
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
|
@ -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