Skip to content

Commit

Permalink
Trying pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
relferreira committed Jan 10, 2019
1 parent 338c471 commit f719d19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<html> <body> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet"> </head> <div id="app"></div> <script src="/ui/ui.c9c11015.js"></script> </body> </html>
<html> <body> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet"> </head> <div id="app"></div> <script src="/ui/ui.9d431d0f.js"></script> </body> </html>
2 changes: 1 addition & 1 deletion dist/ui.c9c11015.js → dist/ui.9d431d0f.js

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

2 changes: 1 addition & 1 deletion dist/ui.1ce3f6ea.map → dist/ui.b8f01409.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions ui/components/LogsControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const LogsControl = ({ containers, onSelect, onRefresh }) => (
<LogName>{name}</LogName>
<LogIndicator />
<LogTime>Real-time</LogTime>
{/* //TODO */}
{/* <LogRefresh src={refresh} onClick={onRefresh} /> */}
</CustomCard>
);
Expand Down

0 comments on commit f719d19

Please sign in to comment.