Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tor-circumvention-analytics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
tor-circumvention-analytics
Merge requests
!2
Add hard-coded parameters as command line arguments
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add hard-coded parameters as command line arguments
command-line-arguments
into
master
Overview
1
Commits
2
Pipelines
0
Changes
2
Merged
Add hard-coded parameters as command line arguments
Torsten Grote
requested to merge
command-line-arguments
into
master
Feb 20, 2019
Overview
1
Commits
2
Pipelines
0
Changes
2
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
95c459b4
2 commits,
Feb 20, 2019
2 files
+
47
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
www/js/bridges.js
+
1
−
0
View file @ 95c459b4
Edit in single-file editor
Open in Web IDE
Show full file
$
(
"
#bridge_reachability
"
).
tabulator
({
layout
:
"
fitData
"
,
// TODO get this from JSON instead of hardcoding it
columns
:[
{
title
:
"
Node
"
,
field
:
"
bridge
"
},
{
title
:
"
Type
"
,
field
:
"
type
"
},
Loading