Skip to content

Commit

Permalink
#76 add hint as a first step
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jun 19, 2017
1 parent 54257b6 commit 339fefd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/EditProvenanceGraphMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ export function editProvenanceGraphMetaData(d: IProvenanceGraphDataDescription,
<label class="radio-inline">
<input type="radio" name="${prefix}_public" id="${prefix}_public" value="public" ${isPublic(d) ? 'checked="checked"': ''}> <i class="fa fa-users"></i> Public (everybody can see and use it)
</label>
<div class="help-block">
Please ensure when publishing a session that associated datasets (i.e. uploaded datasets) are also public.
</div>
</div>
</form>
`;
Expand Down

0 comments on commit 339fefd

Please # to comment.