Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
floodlight
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
croft1
floodlight
Commits
a18eddb2
Commit
a18eddb2
authored
10 years ago
by
Ryan Izard
Browse files
Options
Downloads
Patches
Plain Diff
Testing to see if a commit is preventing the js file from being updated and yet again....
parent
0e336846
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/resources/web/js/models/switchmodel.js
+3
-3
3 additions, 3 deletions
src/main/resources/web/js/models/switchmodel.js
src/main/resources/web/tpl/flow-list-item.html
+1
-1
1 addition, 1 deletion
src/main/resources/web/tpl/flow-list-item.html
with
4 additions
and
4 deletions
src/main/resources/web/js/models/switchmodel.js
+
3
−
3
View file @
a18eddb2
...
...
@@ -224,11 +224,11 @@ window.Switch = Backbone.Model.extend({
// table
f
.
table
=
''
;
f
.
table
Text
=
''
;
if
(
f
.
hasOwnProperty
(
'
tableId
'
))
{
f
.
table
=
f
.
tableId
;
f
.
table
Text
=
f
.
tableId
;
}
f
.
table
=
f
.
table
.
substr
(
0
,
f
.
table
.
length
-
1
);
f
.
table
Text
=
f
.
table
Text
.
substr
(
0
,
f
.
table
Text
.
length
-
1
);
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/web/tpl/flow-list-item.html
+
1
−
1
View file @
a18eddb2
<td><
%=
cookie
%
></td><
%=
table
%
></td><td><
%=
priority
%
></td><td><
%=
matchHTML
%
></td><td><
%=
applyActionText
%
></td><td><
%=
writeActionText
%
></td><td><
%=
clearActionText
%
></td><td><
%=
gotoGroupText
%
></td><td><
%=
gotoMeterText
%
></td><td><
%=
writeMetadataText
%
></td><td><
%=
experimenterText
%
></td><td><
%=
packetCount
%
></td><td><
%=
byteCount
%
></td><td><
%=
durationSeconds
%
></td><td><
%=
idleTimeoutSec
%
></td>
<td><
%=
cookie
%
></td><
td><
%=
table
Text
%
></td><td><
%=
priority
%
></td><td><
%=
matchHTML
%
></td><td><
%=
applyActionText
%
></td><td><
%=
writeActionText
%
></td><td><
%=
clearActionText
%
></td><td><
%=
gotoGroupText
%
></td><td><
%=
gotoMeterText
%
></td><td><
%=
writeMetadataText
%
></td><td><
%=
experimenterText
%
></td><td><
%=
packetCount
%
></td><td><
%=
byteCount
%
></td><td><
%=
durationSeconds
%
></td><td><
%=
idleTimeoutSec
%
></td>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment