This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/.cache/vue-loader/62394d18cccba38be3b96679752...

1 line
35 KiB
JSON

{"remainingRequest":"/home/soeren/dev/keksaccountgui/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!/home/soeren/dev/keksaccountgui/node_modules/vuetify-loader/lib/loader.js!/home/soeren/dev/keksaccountgui/node_modules/cache-loader/dist/cjs.js??ref--0-0!/home/soeren/dev/keksaccountgui/node_modules/vue-loader/lib/index.js??vue-loader-options!/home/soeren/dev/keksaccountgui/src/views/AppDetails.vue?vue&type=template&id=78d1721b&","dependencies":[{"path":"/home/soeren/dev/keksaccountgui/src/views/AppDetails.vue","mtime":1561108966420},{"path":"/home/soeren/dev/keksaccountgui/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/home/soeren/dev/keksaccountgui/node_modules/vue-loader/lib/loaders/templateLoader.js","mtime":499162500000},{"path":"/home/soeren/dev/keksaccountgui/node_modules/vuetify-loader/lib/loader.js","mtime":1564062719000},{"path":"/home/soeren/dev/keksaccountgui/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/home/soeren/dev/keksaccountgui/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n {},\n [\n _c(\n \"v-container\",\n { attrs: { \"grid-list-md\": \"\" } },\n [\n _c(\n \"v-layout\",\n { attrs: { row: \"\", wrap: \"\" } },\n [\n _vm.app != null\n ? _c(\n \"v-flex\",\n { attrs: { md12: \"\" } },\n [\n _c(\"h1\", [_vm._v(\"App \" + _vm._s(_vm.app.name))]),\n _c(\n \"v-card\",\n {\n staticClass: \"mx-auto\",\n staticStyle: { \"margin-top\": \"10px\" },\n attrs: { flat: \"\" }\n },\n [\n _c(\n \"v-tabs\",\n {\n attrs: {\n \"background-color\": \"white\",\n color: \"fff\",\n left: \"\"\n }\n },\n [\n _c(\"v-tab\", [_vm._v(\"Overview\")]),\n _c(\"v-tab\", [_vm._v(\"API Access\")]),\n _c(\"v-tab\", [_vm._v(\"Settings\")]),\n _c(\"v-tab\", [_vm._v(\"Permissions\")]),\n _c(\"v-tab\", [_vm._v(\"Users\")]),\n _c(\n \"v-tab-item\",\n {\n key: 1,\n attrs: {\n transition: false,\n \"reverse-transition\": false\n }\n },\n [\n _c(\n \"v-container\",\n {\n staticStyle: {\n \"padding-right\": \"0px\",\n \"padding-left\": \"0px\"\n }\n },\n [\n _c(\"img\", {\n staticStyle: {\n float: \"right\",\n width: \"100px\"\n },\n attrs: { src: _vm.imageUrl }\n }),\n _c(\"b\", [_vm._v(\"Description\")]),\n _c(\"br\"),\n _vm._v(\n \"\\n \" +\n _vm._s(_vm.app.description)\n ),\n _c(\"br\"),\n _c(\"br\"),\n _c(\n \"a\",\n { attrs: { href: _vm.app.url } },\n [_vm._v(_vm._s(_vm.app.url))]\n )\n ]\n )\n ],\n 1\n ),\n _c(\n \"v-tab-item\",\n {\n key: 2,\n attrs: {\n transition: false,\n \"reverse-transition\": false\n }\n },\n [\n _c(\n \"v-container\",\n {\n staticStyle: {\n \"padding-right\": \"0px\",\n \"padding-left\": \"0px\"\n }\n },\n [\n _c(\"h2\", [_vm._v(\"oAuth Token\")]),\n _c(\"p\", [\n _vm._v(\n \"\\n Here are the oAuth API-Keys. You use this Keys to start the oAuth authorization work flow.\\n \"\n )\n ]),\n _c(\"v-text-field\", {\n attrs: {\n label: \"API Key\",\n value: _vm.app.apiKey,\n hint: \"You can't edit this\"\n }\n }),\n _c(\"v-text-field\", {\n attrs: {\n label: \"API Secret\",\n value: _vm.app.apiSecret,\n hint: \"You can't edit this\"\n }\n }),\n _c(\"br\")\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"v-tab-item\",\n {\n key: 3,\n attrs: {\n transition: false,\n \"reverse-transition\": false\n }\n },\n [\n _c(\n \"v-container\",\n {\n staticStyle: {\n \"padding-right\": \"0px\",\n \"padding-left\": \"0px\"\n }\n },\n [\n _c(\n \"v-layout\",\n [\n _c(\n \"v-flex\",\n { attrs: { md8: \"\" } },\n [\n _c(\"v-text-field\", {\n attrs: { label: \"App Name\" },\n model: {\n value: _vm.app.name,\n callback: function($$v) {\n _vm.$set(\n _vm.app,\n \"name\",\n $$v\n )\n },\n expression: \"app.name\"\n }\n }),\n _c(\"v-text-field\", {\n attrs: { label: \"URL\" },\n model: {\n value: _vm.app.url,\n callback: function($$v) {\n _vm.$set(\n _vm.app,\n \"url\",\n $$v\n )\n },\n expression: \"app.url\"\n }\n }),\n _c(\"v-textarea\", {\n attrs: { label: \"Description\" },\n model: {\n value: _vm.app.description,\n callback: function($$v) {\n _vm.$set(\n _vm.app,\n \"description\",\n $$v\n )\n },\n expression: \"app.description\"\n }\n }),\n _c(\"v-text-field\", {\n attrs: {\n label: \"Direct Login URL\",\n hint:\n \"URL to login with this oAuth Provider\"\n },\n model: {\n value: _vm.app.directUrl,\n callback: function($$v) {\n _vm.$set(\n _vm.app,\n \"directUrl\",\n $$v\n )\n },\n expression: \"app.directUrl\"\n }\n }),\n _c(\"v-checkbox\", {\n attrs: {\n label: \"Testing Warning\",\n disabled: \"\"\n },\n model: {\n value:\n _vm.app.properties\n .testingWarning,\n callback: function($$v) {\n _vm.$set(\n _vm.app.properties,\n \"testingWarning\",\n $$v\n )\n },\n expression:\n \"app.properties.testingWarning\"\n }\n }),\n _c(\"v-checkbox\", {\n attrs: {\n label: \"Untrusted Warning\",\n disabled: \"\"\n },\n model: {\n value:\n _vm.app.properties\n .untrustedWarning,\n callback: function($$v) {\n _vm.$set(\n _vm.app.properties,\n \"untrustedWarning\",\n $$v\n )\n },\n expression:\n \"app.properties.untrustedWarning\"\n }\n }),\n _c(\"v-checkbox\", {\n attrs: {\n label: \"Auto Accept\",\n disabled: \"\"\n },\n model: {\n value:\n _vm.app.properties\n .autoAccept,\n callback: function($$v) {\n _vm.$set(\n _vm.app.properties,\n \"autoAccept\",\n $$v\n )\n },\n expression:\n \"app.properties.autoAccept\"\n }\n }),\n _c(\"v-checkbox\", {\n attrs: {\n label: \"Show on Webpage\",\n disabled: \"\"\n },\n model: {\n value:\n _vm.app.properties\n .showOnWebpage,\n callback: function($$v) {\n _vm.$set(\n _vm.app.properties,\n \"showOnWebpage\",\n $$v\n )\n },\n expression:\n \"app.properties.showOnWebpage\"\n }\n }),\n _c(\"v-checkbox\", {\n attrs: {\n label: \"Stop Auto Redirect\",\n disabled: \"\"\n },\n model: {\n value:\n _vm.app.properties\n .stopAutoRedirect,\n callback: function($$v) {\n _vm.$set(\n _vm.app.properties,\n \"stopAutoRedirect\",\n $$v\n )\n },\n expression:\n \"app.properties.stopAutoRedirect\"\n }\n }),\n _c(\"v-checkbox\", {\n attrs: {\n label: \"Hide in App List\",\n disabled: \"\"\n },\n model: {\n value:\n _vm.app.properties\n .hideInAppList,\n callback: function($$v) {\n _vm.$set(\n _vm.app.properties,\n \"hideInAppList\",\n $$v\n )\n },\n expression:\n \"app.properties.hideInAppList\"\n }\n }),\n _c(\"v-checkbox\", {\n attrs: {\n label:\n \"Disabled user possible to remove App-Access\",\n disabled: \"\"\n },\n model: {\n value:\n _vm.app.properties\n .userCantRemoveApp,\n callback: function($$v) {\n _vm.$set(\n _vm.app.properties,\n \"userCantRemoveApp\",\n $$v\n )\n },\n expression:\n \"app.properties.userCantRemoveApp\"\n }\n }),\n _c(\n \"v-btn\",\n {\n attrs: { color: \"success\" },\n on: {\n click: function($event) {\n return _vm.updateSettings()\n }\n }\n },\n [_vm._v(\"Speichern\")]\n )\n ],\n 1\n ),\n _c(\"v-flex\", { attrs: { md4: \"\" } }, [\n _vm._v(\n \"\\n IMAGE\\n \"\n )\n ])\n ],\n 1\n )\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"v-tab-item\",\n {\n key: 4,\n attrs: {\n transition: false,\n \"reverse-transition\": false\n }\n },\n [\n _c(\n \"v-container\",\n {\n staticStyle: {\n \"padding-right\": \"0px\",\n \"padding-left\": \"0px\"\n }\n },\n [\n _c(\n \"p\",\n [\n _vm._v(\n \"\\n Beim ändern der Permissions müssen alle User den Zugriff erneut bestätigen.\\n\\n \"\n ),\n _c(\"v-checkbox\", {\n attrs: {\n label: \"Use oAuth\",\n disabled: \"\"\n },\n model: {\n value: _vm.app.access.oAuth,\n callback: function($$v) {\n _vm.$set(\n _vm.app.access,\n \"oAuth\",\n $$v\n )\n },\n expression: \"app.access.oAuth\"\n }\n }),\n _c(\"v-checkbox\", {\n attrs: {\n label: \"Make API-Requests\",\n disabled: \"\"\n },\n model: {\n value: _vm.app.access.api,\n callback: function($$v) {\n _vm.$set(\n _vm.app.access,\n \"api\",\n $$v\n )\n },\n expression: \"app.access.api\"\n }\n }),\n _c(\"v-checkbox\", {\n attrs: {\n label: \"Update the Users App\",\n disabled: \"\"\n },\n model: {\n value: _vm.app.access.update_apps,\n callback: function($$v) {\n _vm.$set(\n _vm.app.access,\n \"update_apps\",\n $$v\n )\n },\n expression:\n \"app.access.update_apps\"\n }\n }),\n _c(\"v-checkbox\", {\n attrs: {\n label: \"Update the User Profile\",\n disabled: \"\"\n },\n model: {\n value:\n _vm.app.access.update_profile,\n callback: function($$v) {\n _vm.$set(\n _vm.app.access,\n \"update_profile\",\n $$v\n )\n },\n expression:\n \"app.access.update_profile\"\n }\n }),\n _c(\"v-checkbox\", {\n attrs: {\n label:\n \"Update the User Access list (revoke Access)\",\n disabled: \"\"\n },\n model: {\n value:\n _vm.app.access.update_access,\n callback: function($$v) {\n _vm.$set(\n _vm.app.access,\n \"update_access\",\n $$v\n )\n },\n expression:\n \"app.access.update_access\"\n }\n }),\n _c(\"v-checkbox\", {\n attrs: {\n label:\n \"Read all Access from the User\",\n disabled: \"\"\n },\n model: {\n value: _vm.app.access.read_access,\n callback: function($$v) {\n _vm.$set(\n _vm.app.access,\n \"read_access\",\n $$v\n )\n },\n expression:\n \"app.access.read_access\"\n }\n }),\n _c(\"v-checkbox\", {\n attrs: {\n label:\n \"Read all Apps from the User\",\n disabled: \"\"\n },\n model: {\n value: _vm.app.access.read_apps,\n callback: function($$v) {\n _vm.$set(\n _vm.app.access,\n \"read_apps\",\n $$v\n )\n },\n expression: \"app.access.read_apps\"\n }\n }),\n _c(\"v-checkbox\", {\n attrs: {\n label:\n \"Read the User-Profil Information\",\n disabled: \"\"\n },\n model: {\n value:\n _vm.app.access.read_profile,\n callback: function($$v) {\n _vm.$set(\n _vm.app.access,\n \"read_profile\",\n $$v\n )\n },\n expression:\n \"app.access.read_profile\"\n }\n })\n ],\n 1\n )\n ]\n )\n ],\n 1\n ),\n _c(\n \"v-tab-item\",\n {\n key: 4,\n attrs: {\n transition: false,\n \"reverse-transition\": false\n }\n },\n [\n _c(\n \"v-container\",\n {\n staticStyle: {\n \"padding-right\": \"0px\",\n \"padding-left\": \"0px\"\n }\n },\n [\n _c(\n \"table\",\n [\n _c(\"tr\", [\n _c(\"th\", [_vm._v(\"Username\")])\n ]),\n _vm._l(_vm.appUser, function(user) {\n return _c(\"tr\", [\n _c(\"td\", [\n _vm._v(_vm._s(user.username))\n ])\n ])\n })\n ],\n 2\n )\n ]\n )\n ],\n 1\n )\n ],\n 1\n )\n ],\n 1\n )\n ],\n 1\n )\n : _vm._e()\n ],\n 1\n )\n ],\n 1\n )\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}