@ -44,3 +44,12 @@ npm run dev
```
npm run build
## Bugs & Issues
- Please submit [bugs and issues](https://github.com/gpustack/gpustack/issues) with a label `ui`
## Links
- Official website: https://gpustack.ai/
- Documents: https://docs.gpustack.ai/latest/overview/
@ -229,5 +229,6 @@ export default {
'common.options.auto': 'Auto',
'common.search.empty': 'No matching results found.',
'common.button.downloadLog': 'Download Log',
'common.button.faq': 'FAQ'
'common.button.faq': 'FAQ',
'common.button.moreInfo': 'More Info'
};
@ -227,5 +227,6 @@ export default {
'common.options.auto': 'Авто',
'common.search.empty': 'Ничего не найдено',
'common.button.downloadLog': 'Скачать логи',
'common.button.faq': 'TODO: Translate key "common.button.faq"'
'common.button.faq': 'TODO: Translate key "common.button.faq"',
'common.button.moreInfo': 'TODO: Translate key "common.button.moreInfo"'
@ -222,5 +222,6 @@ export default {
'common.options.auto': '自动',
'common.search.empty': '未找到匹配结果',
'common.button.downloadLog': '下载日志',
'common.button.faq': '常见问题'
'common.button.faq': '常见问题',
'common.button.moreInfo': '更多信息'
@ -351,7 +351,8 @@ const InstanceItem: React.FC<InstanceItemProps> = ({
}}
>
<span className="server-info">
<InfoCircleOutlined />
<InfoCircleOutlined className="m-r-2" />{' '}
{intl.formatMessage({ id: 'common.button.moreInfo' })}
</span>
</Tooltip>
@ -16,6 +16,8 @@
justify-content: flex-start;
align-items: center;
color: var(--ant-blue-5);
cursor: pointer;
white-space: nowrap;
.text {
display: none;