Skip to content

Commit e1a9f98

Browse files
committed
machine-setup: add stream setup button
1 parent 47f9044 commit e1a9f98

File tree

1 file changed

+8
-0
lines changed
  • packages/machine-setup/frontend/src

1 file changed

+8
-0
lines changed

packages/machine-setup/frontend/src/App.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@
1414
</n-card>
1515
<n-card bordered shadow="always" title="Stream Info">
1616
<p>摄像头服务: 未配置</p>
17+
<n-space style="width: 100%;">
18+
<n-button type="primary" style="width: 100%;">启动</n-button>
19+
<n-button type="info" style="width: 100%;">测试</n-button>
20+
</n-space>
1721
<p>麦克风服务: 未配置</p>
22+
<n-space style="width: 100%;">
23+
<n-button type="primary" style="width: 100%;">启动</n-button>
24+
<n-button type="info" style="width: 100%;">测试</n-button>
25+
</n-space>
1826
</n-card>
1927
</n-gi>
2028
<n-gi>

0 commit comments

Comments
 (0)