diff --git a/.env.development b/.env.development index dccdcee..be32c90 100755 --- a/.env.development +++ b/.env.development @@ -2,6 +2,6 @@ VITE_BASE_URL=http://localhost:5173 VITE_BASE_DIRECTORY=/ VITE_APP_VERSION=0.0.1 VITE_APP_NAME='Executive Information System' -VITE_APP_GRAPHQL_ENDPOINT=http://10.8.0.13:32169/graphql -# VITE_APP_GRAPHQL_ENDPOINT=http://10.1.50.173:32180/graphql +# VITE_APP_GRAPHQL_ENDPOINT=http://10.8.0.13:32169/graphql +VITE_APP_GRAPHQL_ENDPOINT=http://10.1.50.173:32180/graphql VITE_APP_REST_ENDPOINT=http://10.1.50.173:32181 \ No newline at end of file diff --git a/src/assets/css/style.css b/src/assets/css/style.css index deb3898..1dd8ec9 100755 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -3715,16 +3715,6 @@ body { color: rgb(102 102 0 / var(--tw-text-opacity)); } -.text-slate-300 { - --tw-text-opacity: 1; - color: rgb(203 213 225 / var(--tw-text-opacity)); -} - -.text-slate-500 { - --tw-text-opacity: 1; - color: rgb(100 116 139 / var(--tw-text-opacity)); -} - .text-opacity-40 { --tw-text-opacity: 0.4; } @@ -3733,10 +3723,6 @@ body { text-decoration-line: underline; } -.no-underline { - text-decoration-line: none; -} - .placeholder-gray-500::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgb(107 114 128 / var(--tw-placeholder-opacity)); @@ -5266,11 +5252,6 @@ body { color: rgb(51 51 0 / 0.9); } -:is(.dark .dark\:text-slate-500) { - --tw-text-opacity: 1; - color: rgb(100 116 139 / var(--tw-text-opacity)); -} - :is(.dark .dark\:text-opacity-70) { --tw-text-opacity: 0.7; } diff --git a/src/components/Pages/Gangguan/Rekap/RGangguan_ALL.vue b/src/components/Pages/Gangguan/Rekap/RGangguan_ALL.vue index a52b2cc..e2ec9a3 100755 --- a/src/components/Pages/Gangguan/Rekap/RGangguan_ALL.vue +++ b/src/components/Pages/Gangguan/Rekap/RGangguan_ALL.vue @@ -1,20 +1,40 @@