feat: change info messages and add more

This commit is contained in:
RadoslavDimchev 2023-08-09 10:26:00 +03:00
parent e533617a6b
commit 7245964d77

View File

@ -1,8 +1,14 @@
export const GREEN_CHECKMARK_ICON = '/icons/checkmark-circle-green.png'
export const RED_CHECKMARK_ICON = '/icons/remove-circle-red.png'
export const GOOD_STORAGE_TEXT =
'You have plenty of storage available for additional node services.'
export const GOOD_CPU_CLOCK_RATE_TEXT = '2.4GHz or higher is available for CPU.'
export const GOOD_RAM_MEMORY_TEXT = 'There is sufficient RAM required for selected services.'
export const GOOD_NETWORK_TEXT = 'Network Latency is low.'
export const BAD_STORAGE_TEXT =
'Your storage is running low as required for additional node services.'
export const CPU_CLOCK_RATE_TEXT = '2.4GHz is recommended for CPU.'
export const GOOD_RAM_MEMORY_TEXT = 'There is sufficient RAM required for selected services.'
export const NETWORK_TEXT = 'Network Latency is low.'
export const BAD_CPU_CLOCK_RATE_TEXT = 'Your CPU clock rate is below the recommended 2.4GHz.'
export const BAD_RAM_MEMORY_TEXT = 'There is insufficient RAM required for selected services.'
export const BAD_NETWORK_TEXT = 'Network Latency is high.'