Commit 34509f59960378ea33212d137c06d14d9e175a91
1 parent
cacaa6cc
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/static/real_control_v2/fragments/north/nav/all_devices.html
| ... | ... | @@ -76,7 +76,7 @@ |
| 76 | 76 | {{if gps.source==1}} |
| 77 | 77 | <span style="color: #1e1ef5;" title="已切换至新网关">网关</span> |
| 78 | 78 | {{else if gps.source==0}} |
| 79 | - <span style="color: #8e8e8e;" title="通过信息发布转接的数据,无法下发指令">转发</span> | |
| 79 | + <span style="color: #8e8e8e;" title="转接的数据,无法下发指令">转发</span> | |
| 80 | 80 | {{else}} |
| 81 | 81 | <span>未知</span> |
| 82 | 82 | {{/if}} | ... | ... |