forked from webpackmonitor/webpackmonitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
119 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
client/chartComponents/graphs/charts/utils/ReactMixins.jsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 2 additions & 4 deletions
6
client/chartComponents/common/Panel.jsx → client/containers/Panel.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react'; | ||
|
||
const Panel = (props) => ( | ||
const Panel = props => ( | ||
<div className="bg"> | ||
{props.children} | ||
</div> | ||
); | ||
|
||
|
||
|
||
export default Panel; | ||
export default Panel; |
7 changes: 2 additions & 5 deletions
7
...nt/chartComponents/common/PanelHeader.jsx → client/containers/PanelHeader.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
import React from 'react'; | ||
|
||
|
||
const PanelHeader = (props) => ( | ||
const PanelHeader = props => ( | ||
<div className="panel-header"> | ||
<div className="pull-left panel-title">{props.title}</div> | ||
<div className="pull-right line-height-30"> | ||
{props.children} | ||
</div> | ||
|
||
</div> | ||
); | ||
|
||
|
||
export default PanelHeader; | ||
export default PanelHeader; |
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,5 +111,4 @@ const Changes = (props) => { | |
); | ||
}; | ||
|
||
|
||
export default Changes; |
5 changes: 1 addition & 4 deletions
5
client/BuildComponents/Errors.jsx → ...nt/views/build-data/components/Errors.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Empty file.
1 change: 0 additions & 1 deletion
1
client/chartComponents/cards/Cards.jsx → client/views/cards/Cards.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import React from 'react'; | ||
|
||
|
||
class Cards extends React.Component { | ||
|
||
getData() { | ||
|
Empty file.
Oops, something went wrong.