chenyulin0719 commented on code in PR #146:
URL: https://github.com/apache/yunikorn-web/pull/146#discussion_r1421393253


##########
src/app/services/scheduler/scheduler.service.ts:
##########
@@ -350,7 +350,7 @@ export class SchedulerService {
             if (resource[`ephemeral-storage`] == 0) {
               formatted.push(`ephemeral-storage: ${NOT_AVAILABLE}`);
             }else{
-              formatted.push(`ephemeral-storage: 
${CommonUtil.formatBytes(resource[key])}`);
+              formatted.push(`ephemeral-storage: 
${CommonUtil.formatEphemeralStorageBytes(resource[key])}`);

Review Comment:
   I added it in the refactored code. Thanks for catching that!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to