Skip to content

Commit

Permalink
Fix #1145. Preserve initial state
Browse files Browse the repository at this point in the history
Preserves the initial state of the catalog on reset.

 - Fix some warning in console
 - Fixed WMS/WFS links appearance
  • Loading branch information
offtherailz committed Oct 14, 2016
1 parent d2e6630 commit 523eadd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions web/client/components/catalog/RecordItem.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@
margin: 0px;
padding: 0px;
}

.link-button {
min-width: 70px;
}
3 changes: 1 addition & 2 deletions web/client/plugins/MetadataExplorer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ const MetadataExplorerComponent = React.createClass({
},
panelClassName: "toolbar-panel",
toggleControl: () => {},
closeGlyph: "",
buttonStyle: {}
closeGlyph: ""
};
},
render() {
Expand Down

0 comments on commit 523eadd

Please sign in to comment.