mirror of
https://github.com/c0de-archive/CDRParser.git
synced 2025-08-09 08:18:44 +00:00
Play Fair, Give Credit where due
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
/*
|
||||
Cisco CDR Parser v1.0
|
||||
(c) 2016 David Todd, https://github.com/alopexc0de/CDRParser
|
||||
License: MIT
|
||||
*/
|
||||
var app = angular.module('MyApp', ['ngMaterial','tableSort',]).controller('logviewer', function($scope, $http, $mdDialog){
|
||||
var tmp = [];
|
||||
var list = '[[bigData]]'; // Pull in information provided by bottle's template engine
|
||||
|
Reference in New Issue
Block a user