Commit 06d6732 1 parent ab6e98a commit 06d6732 Copy full SHA for 06d6732
File tree 6 files changed +19
-4
lines changed
6 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -44,3 +44,12 @@ npm run dev
44
44
```
45
45
npm run build
46
46
```
47
+
48
+ ## Bugs & Issues
49
+
50
+ - Please submit [ bugs and issues] ( https://github.com/gpustack/gpustack/issues ) with a label ` ui `
51
+
52
+ ## Links
53
+
54
+ - Official website: https://gpustack.ai/
55
+ - Documents: https://docs.gpustack.ai/latest/overview/
Original file line number Diff line number Diff line change @@ -229,5 +229,6 @@ export default {
229
229
'common.options.auto' : 'Auto' ,
230
230
'common.search.empty' : 'No matching results found.' ,
231
231
'common.button.downloadLog' : 'Download Log' ,
232
- 'common.button.faq' : 'FAQ'
232
+ 'common.button.faq' : 'FAQ' ,
233
+ 'common.button.moreInfo' : 'More Info'
233
234
} ;
Original file line number Diff line number Diff line change @@ -227,5 +227,6 @@ export default {
227
227
'common.options.auto' : 'Авто' ,
228
228
'common.search.empty' : 'Ничего не найдено' ,
229
229
'common.button.downloadLog' : 'Скачать логи' ,
230
- 'common.button.faq' : 'TODO: Translate key "common.button.faq"'
230
+ 'common.button.faq' : 'TODO: Translate key "common.button.faq"' ,
231
+ 'common.button.moreInfo' : 'TODO: Translate key "common.button.moreInfo"'
231
232
} ;
Original file line number Diff line number Diff line change @@ -222,5 +222,6 @@ export default {
222
222
'common.options.auto' : '自动' ,
223
223
'common.search.empty' : '未找到匹配结果' ,
224
224
'common.button.downloadLog' : '下载日志' ,
225
- 'common.button.faq' : '常见问题'
225
+ 'common.button.faq' : '常见问题' ,
226
+ 'common.button.moreInfo' : '更多信息'
226
227
} ;
Original file line number Diff line number Diff line change @@ -351,7 +351,8 @@ const InstanceItem: React.FC<InstanceItemProps> = ({
351
351
} }
352
352
>
353
353
< span className = "server-info" >
354
- < InfoCircleOutlined />
354
+ < InfoCircleOutlined className = "m-r-2" /> { ' ' }
355
+ { intl . formatMessage ( { id : 'common.button.moreInfo' } ) }
355
356
</ span >
356
357
</ Tooltip >
357
358
</ span >
Original file line number Diff line number Diff line change 16
16
justify-content : flex-start ;
17
17
align-items : center ;
18
18
color : var (--ant-blue-5 );
19
+ cursor : pointer ;
20
+ white-space : nowrap ;
19
21
20
22
.text {
21
23
display : none ;
You can’t perform that action at this time.
0 commit comments