Explorar el Código

Devices table cleanup

Vijayakrishnan hace 3 años
padre
commit
689f295c8f

+ 1 - 0
resources/views/app/generic-bills/modal.blade.php

@@ -1,5 +1,6 @@
 <a native target="_blank"
    open-in-stag-popup
+   class="text-nowrap"
    popup-style="tall"
    title="{{@$label ? $label : 'Generic'}} bills"
    href="{{route('generic-bill-view', ['entityType' => @$entityType, 'entityUid' => @$entityUid])}}">

+ 1 - 1
resources/views/app/patient/devices.blade.php

@@ -60,7 +60,7 @@
                 <tbody>
                 @foreach($patient->devices as $device)
                     <tr>
-                        <td class="px-2">{{ friendly_date_time($device->device->created_at) }}</td>
+                        <td class="px-2 text-nowrap">{{ friendly_date_time($device->device->created_at) }}</td>
                         <td class="px-2">{{ $device->device->category }}</td>
                         <td class="px-2"><pre class="m-0">{{ $device->device->imei }}</pre></td>
                         <td>