Skip to content

Commit

Permalink
Cosmetic.
Browse files Browse the repository at this point in the history
  • Loading branch information
udhos committed Feb 24, 2017
1 parent 8f6f8a8 commit 1b534ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jazigo/web_ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ func buildDeviceWindow(jaz *app, e gwu.Event, devID string) string {
filesTab.Add(gwu.NewLabel("Size"), row, 2)
filesTab.Add(gwu.NewLabel("Time"), row, 3)
filesTab.Add(gwu.NewLabel("Diff From"), row, 4)
filesTab.Add(gwu.NewLabel("Run Diff"), row, 5)
filesTab.Add(gwu.NewLabel("Compare"), row, 5)

row++

Expand Down
1 change: 1 addition & 0 deletions www/jazigo.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
}

.device_files_table {
text-align: center;
border-spacing: 0.5rem;
border-collapse: collapse;
}
Expand Down

0 comments on commit 1b534ce

Please sign in to comment.