Skip to content

Commit

Permalink
Moved the tooltip for model settings to a section descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanRumsey committed Oct 13, 2020
1 parent c45930d commit a15001a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/templates/includes/modelSettings.pug
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ div#preview-settings.card.card-body

h3.inline Model Settings

div.tooltip-icon(data-html="true" data-toggle="tooltip" title=this.tooltips.previewSettings) <sup><svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="info" class="svg-inline--fa fa-info fa-w-6" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="currentColor" d="M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z"></path></svg></sup>

button.btn.btn-outline-collapse(data-toggle="collapse", data-target="#collapse-preview-settings", data-hook="collapse") -

div.collapse(class="show", id="collapse-preview-settings")

p Model settings are used for the preview and all workflows created using this model.

table.table

thead
Expand Down
2 changes: 0 additions & 2 deletions client/tooltips.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ module.exports = {
annotation: "An optional note about the SBML Component."
},
modelSettings: {
previewSettings: "Model Settings are used for the preview and all workflows created using this model.",

previewTime: "End time of simulation.",

timeUnits: "Save point increment for recording data.",
Expand Down

0 comments on commit a15001a

Please sign in to comment.