File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resources/views/admin/nodes/view Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 112112 <span class =" info-box-icon" ><i class =" ion ion-ios-folder-outline" ></i ></span >
113113 <div class =" info-box-content" style =" padding : 15px 10px 0 ;" >
114114 <span class =" info-box-text" >Disk Space Allocated</span >
115- <span class =" info-box-number" >{{ $stats [' disk' ][' value' ] } } / {{ $stats [' disk' ][' max' ] } } Mb </span >
115+ <span class =" info-box-number" >{{ $stats [' disk' ][' value' ] } } / {{ $stats [' disk' ][' max' ] } } MB </span >
116116 <div class =" progress" >
117117 <div class =" progress-bar" style =" width : {{ $stats[' disk' ][' percent' ] }}%" ></div >
118118 </div >
124124 <span class =" info-box-icon" ><i class =" ion ion-ios-barcode-outline" ></i ></span >
125125 <div class =" info-box-content" style =" padding : 15px 10px 0 ;" >
126126 <span class =" info-box-text" >Memory Allocated</span >
127- <span class =" info-box-number" >{{ $stats [' memory' ][' value' ] } } / {{ $stats [' memory' ][' max' ] } } Mb </span >
127+ <span class =" info-box-number" >{{ $stats [' memory' ][' value' ] } } / {{ $stats [' memory' ][' max' ] } } MB </span >
128128 <div class =" progress" >
129129 <div class =" progress-bar" style =" width : {{ $stats[' memory' ][' percent' ] }}%" ></div >
130130 </div >
You can’t perform that action at this time.
0 commit comments