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/a01bb0795ede5bb2222053d5026bcec0.json

1 line
13 KiB
JSON
Raw Normal View History

2019-08-11 18:48:02 +00:00
{"remainingRequest":"/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":["\n<div style=\"\">\n\n <v-container grid-list-md>\n <v-layout row wrap>\n <v-flex md12 v-if=\"app != null\">\n <h1>App {{ app.name }}</h1>\n <v-card class=\"mx-auto\" flat style=\"margin-top: 10px;\">\n <v-tabs\n background-color=\"white\"\n color=\"fff\"\n left\n\n >\n <v-tab>Overview</v-tab>\n <v-tab>API Access</v-tab>\n <v-tab>Settings</v-tab>\n <v-tab>Permissions</v-tab>\n <v-tab>Users</v-tab>\n\n <v-tab-item :key=\"1\" :transition=\"false\" :reverse-transition=\"false\" >\n <v-container style=\"padding-right: 0px; padding-left:0px;\">\n <img :src=\"imageUrl\" style=\"float: right;width: 100px;\">\n <b>Description</b><br>\n {{ app.description }}<br><br>\n <a :href=\"app.url\">{{ app.url }}</a>\n </v-container>\n\n </v-tab-item>\n <v-tab-item :key=\"2\" :transition=\"false\" :reverse-transition=\"false\">\n <v-container style=\"padding-right: 0px; padding-left:0px;\">\n <h2>oAuth Token</h2>\n <p>\n Here are the oAuth API-Keys. You use this Keys to start the oAuth authorization work flow.\n </p>\n <v-text-field\n label=\"API Key\"\n :value=\"app.apiKey\"\n hint=\"You can't edit this\"\n ></v-text-field>\n <v-text-field\n label=\"API Secret\"\n :value=\"app.apiSecret\"\n hint=\"You can't edit this\"\n ></v-text-field>\n <br>\n <!--<h2>API Access</h2>\n <p>\n You can access the API to get informations about this APP with the following API Credentials:\n <v-text-field\n label=\"API Token\"\n value=\"\"\n disabled\n ></v-text-field>\n <v-text-field\n label=\"Refresh Token\"\n value=\"\"\n disabled\n ></v-text-field>\n <h2>Development Access</h2>\n <p>\n