Files
ploi-core/public/build/assets/InstallationIncomplete.98304190.js
Dennis b1667ff445 wip
2022-08-17 09:59:02 +02:00

54 lines
2.3 KiB
JavaScript
Vendored

import { T as TextDivider } from "./TextDivider.69ccf9b3.js";
import { F as FormInput } from "./FormInput.93482162.js";
import { B as Button } from "./Button.4cabfde3.js";
import { C as Container } from "./Container.76729bd1.js";
import { c as createElementBlock, a as createVNode, w as withCtx, b as createBaseVNode, F as Fragment, r as resolveComponent, o as openBlock, t as toDisplayString, f as createTextVNode } from "./app.2c3b9863.js";
import { _ as _export_sfc } from "./_plugin-vue_export-helper.cdc0426e.js";
const _sfc_main = {
components: {
TextDivider,
FormInput,
Button,
Container
}
};
const _hoisted_1 = { class: "flex items-center justify-center w-full min-h-screen" };
const _hoisted_2 = /* @__PURE__ */ createBaseVNode("div", { class: "space-y-4" }, [
/* @__PURE__ */ createBaseVNode("h1", { class: "font-semibold text-center text-title" }, "Installation incomplete"),
/* @__PURE__ */ createBaseVNode("p", null, "It seems your installation is incomplete, we seem to miss some important credentials."),
/* @__PURE__ */ createBaseVNode("p", null, "Please go over the installation process again so all credentials can be filled in."),
/* @__PURE__ */ createBaseVNode("p", null, [
/* @__PURE__ */ createTextVNode("You can start the Ploi Core installation by running "),
/* @__PURE__ */ createBaseVNode("code", null, "php artisan core:install")
]),
/* @__PURE__ */ createBaseVNode("a", {
class: "block text-primary",
target: "_blank",
href: "https://docs.ploi-core.io"
}, "View Ploi Core Documentation")
], -1);
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
const _component_Head = resolveComponent("Head");
const _component_Container = resolveComponent("Container");
return openBlock(), createElementBlock(Fragment, null, [
createVNode(_component_Head, null, {
default: withCtx(() => [
createBaseVNode("title", null, toDisplayString(_ctx.__("Installation incomplete")), 1)
], void 0, true),
_: 1
}),
createBaseVNode("div", _hoisted_1, [
createVNode(_component_Container, { size: "small" }, {
default: withCtx(() => [
_hoisted_2
], void 0, true),
_: 1
})
])
], 64);
}
const InstallationIncomplete = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
InstallationIncomplete as default
};