Browse Source

display RAM instead of Ram

Anon Dev 4 years ago
parent
commit
9f8ebda113
1 changed files with 1 additions and 1 deletions
  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>