Skip to content

Commit

Permalink
removing NBLAST uploader before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Mar 13, 2022
1 parent cb18dda commit b2ac234
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,14 +253,6 @@ var toolbarMenu = {
parameters: []
}
},
{
label: "NBLAST Uploader",
icon: "fa fa-upload",
action: {
handlerAction: "uploaderContentsVisible",
parameters: []
}
},
{
label: "NBLAST",
icon: "",
Expand Down
7 changes: 0 additions & 7 deletions components/interface/VFBFocusTerm/VFBFocusTerm.js
Original file line number Diff line number Diff line change
Expand Up @@ -568,13 +568,6 @@ class VFBFocusTerm extends React.Component {
</Tooltip>
: <i className="fa fa-chevron-right arrowsStyle isDisabled" />
}
<Tooltip placement="top-end"
title="NBLAS Uploader">
<i id="fa-upload" className="fa fa-upload arrowsStyle"
onClick={() => {
this.props.UIUpdateManager("uploaderContentsVisible");
}} />
</Tooltip>
<Tooltip placement="top-end"
title="Download Contents">
<i className="fa fa-download arrowsStyle"
Expand Down

0 comments on commit b2ac234

Please sign in to comment.