@ -27,7 +27,7 @@ export function useResourceLimit(): IJsonItem[] {
name: t('project.node.cpu_quota'),
span: 12,
slots: {
suffix: () => t('%')
suffix: () => '%'
},
props: {min: -1}
@ -37,7 +37,7 @@ export function useResourceLimit(): IJsonItem[] {
name: t('project.node.memory_max'),
suffix: () => t('MB')
suffix: () => t('project.node.mb')
}