Skip to content

Commit

Permalink
PDF functionality added
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinesh88 committed Mar 18, 2021
1 parent 28fec8d commit d3cc6b6
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 18 deletions.
2 changes: 1 addition & 1 deletion dashboards/snmp-vs-netflow/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: SNMPVsNetflow

version: 0.0.4
version: 0.0.5

author: trisul

Expand Down
60 changes: 52 additions & 8 deletions dashboards/snmp-vs-netflow/snmpvsnetflow.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 20 additions & 9 deletions dashboards/snmp-vs-netflow/template.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.row.peeringanalytics_form
.row.snmpvsnetflow_form
.col-xs-12
.widget
.widget-header
Expand All @@ -9,26 +9,37 @@
%form.form-horizontal
.row
.col-xs-6
.form-group
.new_time_selector#new_time_selector
.row
.col-xs-6
.form-group
%label.control-label.col-xs-4 Routers
.col-xs-8
%select#routers{name:'routers'}
.col-xs-12.nopadding
.col-xs-12
.form-group
.new_time_selector#new_time_selector
.col-xs-12
.form-group
%label.control-label.col-xs-4 Routers
.col-xs-8
%select#routers{name:'routers'}
.col-xs-6
.form-group
%label.control-label.col-xs-4 Interfaces
.col-xs-8
%select.select#interfaces{name:'interfaces',multiple:true}
%span.text-danger.chosen_message



.row
.col-xs-10.col-md-offset-4{style:"padding-top:10px"}
%input#from_date{type:"hidden",name:"from_date"}
%input#to_date{type:"hidden",name:"to_date"}
%input.btn-submit{id:"btn_submit",name:"commit",type:"submit",value:"Submit"}
.ui_data.clearfix
.router_details
.panel.panel-info.add_download_btn
.panel-heading
%h3
.panel-body
%dl.dl-horizontal
.netvssnmp
.col-xs-12.nopadding
.col-xs-6{style:"padding-left:0px;padding-right:2px;"}
Expand Down

0 comments on commit d3cc6b6

Please sign in to comment.