Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias <ilovemilk@wusa.io>2020-04-10 13:25:49 +0300
committerMatthias <ilovemilk@wusa.io>2020-04-10 13:25:49 +0300
commit133a820b88a78a4281e017d88d11bed169b5fdbf (patch)
tree0bd785eb085699b18a8283891248d77b194f5c12 /templates/index.php
parent0a92726e3f3d082ad87101dfb9819e736bcd9df7 (diff)
add first vuejs ui version
Diffstat (limited to 'templates/index.php')
-rw-r--r--templates/index.php30
1 files changed, 2 insertions, 28 deletions
diff --git a/templates/index.php b/templates/index.php
index 8793b69..13ecbad 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -17,33 +17,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-script('ransomware_detection', 'app');
-script('ransomware_detection', 'utils');
-script('ransomware_detection', 'filelist');
-script('ransomware_detection', 'vendor/font-awesome/fontawesome-all');
+script('ransomware_detection', 'index');
style('ransomware_detection', 'style');
?>
-<div id="app-navigation">
- <ul>
- <li class="active">
- <a href="<?php p(\OC::$server->getURLGenerator()->linkToRoute('ransomware_detection.recover.index', [])); ?>">
- <img alt="" src="<?php print_unescaped(\OC::$server->getURLGenerator()->imagePath('core', 'actions/history.svg')); ?>">
- <span>Monitoring</span>
- </a>
- </li>
- <li>
- <a href="<?php p(\OC::$server->getURLGenerator()->linkToRoute('ransomware_detection.recover.scan', [])); ?>">
- <img alt="" src="<?php print_unescaped(\OC::$server->getURLGenerator()->imagePath('core', 'actions/search.svg')); ?>">
- <span>Scan files</span>
- </a>
- </li>
- </ul>
-</div>
-<div id="app-content">
- <div id="app-content-ransomware-detection-filelist">
- <!-- Tables -->
- <div class="section" id="section-loading">
- <div class="icon-loading-dark"></div>
- </div>
- </div>
-</div>
+<div id="vue-content"></div>