Browse Source

display RAM instead of Ram

Anon Dev 4 năm trước cách đây
mục cha
commit
9f8ebda113
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/servers/index.blade.php

+ 1 - 1
resources/views/servers/index.blade.php

@@ -66,7 +66,7 @@
                                         <td>{{$server->product->cpu}} %</td>
                                     </tr>
                                     <tr>
-                                        <td>Ram</td>
+                                        <td>RAM</td>
                                         <td>{{$server->product->memory}} MB</td>
                                     </tr>
                                     <tr>