You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visualization Field 항목에 마우스 Hover 시 나타나는 Description 작성하기
작성 방법
FIELD_DESCRIPTIONS 상수 안에 Measurement를 Key로 추가합니다.
해당 Key의 값은 객체 형식으로 작성하며, 객체의 Key는 Field, Value는 Description으로 구성합니다.
예:
memory: {usage:
'Percentage of memory currently in use across the system.',}
FIELD_DESCRIPTIONS 상수
exportconstFIELD_DESCRIPTIONS={cpu: {usage_guest:
'Percentage of processor time used for guest (virtual machine) demand.',usage_guest_nice:
'Time spent executing in user mode under nice priority for guest (virtual machine) demand.',},
...
}
Issue 내용
작성 방법
FIELD_DESCRIPTIONS
상수 안에 Measurement를 Key로 추가합니다.FIELD_DESCRIPTIONS 상수
파일 위치
cloudhub/frontend/src/shared/constants/measurementFieldDesc.ts
작업 내용
The text was updated successfully, but these errors were encountered: