diff --git a/resources/js/components/dialogs/SMDialogMedia.vue b/resources/js/components/dialogs/SMDialogMedia.vue index 415f9b7..01dfdcc 100644 --- a/resources/js/components/dialogs/SMDialogMedia.vue +++ b/resources/js/components/dialogs/SMDialogMedia.vue @@ -221,106 +221,116 @@
-
- -
-
-

- {{ lastSelected.title }} -

-

- {{ - formatDate( - lastSelected.created_at, - ) - }} -

-

- {{ lastSelected.name }} -

-

- {{ lastSelected.mime_type }} -

-

- {{ - bytesReadable( - lastSelected.size, - 0, - ) - }} -

-

+

+
- {{ - getMediaStatusText(lastSelected) - }} -

-

- + +

+
+

+ {{ lastSelected.title }} +

+

+ {{ + formatDate( + lastSelected.created_at, + ) + }} +

+

+ {{ + bytesReadable( + lastSelected.size, + 0, + ) + }} +

+

+ {{ + getMediaStatusText( lastSelected, ) - "> - Rotate Left - - - - Rotate Right - - - - - Delete Permanently - - - -

+ }} +

+
+
+
+ + + + + + + + + +
+ File + {{ lastSelected.name }}
+ Type + + {{ lastSelected.mime_type }} +
+
+
+ + Rotate Left + + + + Rotate Right + + + + Delete Permanently + +