Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
joyce.zhou committed Aug 23, 2023
1 parent 5696564 commit bc508c3
Show file tree
Hide file tree
Showing 5 changed files with 1,050 additions and 398 deletions.
4 changes: 2 additions & 2 deletions src/components/HubSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -317,14 +317,14 @@ onMounted(() => {
size="mini"
@click="hubControl(i + 1 + j * 5, 'up')"
>
$t('agent.hub.poweron')
{{$t('agent.hub.poweron')}}
</el-button>
<el-button
type="danger"
size="mini"
@click="hubControl(i + 1 + j * 5, 'down')"
>
$t('agent.hub.poweroff')
{{$t('agent.hub.poweroff')}}
</el-button>
</div>
</el-card>
Expand Down
Loading

0 comments on commit bc508c3

Please sign in to comment.