Skip to content

Commit

Permalink
Address changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Sep 11, 2023
2 parents 36ee46e + 6f3e488 commit 39cc4f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/package.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"client-oauth2": "^4.3.3",
"cookie-parser": "^1.4.5",
"ect": "^0.5.9",
"express": "^4.17.1",
"express": "^4.18.2",
"express-session": "^1.17.2",
"helmet": "^4.6.0",
"ini": "^2.0.0",
Expand Down
1 change: 1 addition & 0 deletions web/static/panel_item_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ function showSelectedItemForm( item ){
else
$("#sel_info_id",form).text( item.id );


if ( item.alias && cls != ".sidp" )
$("#sel_info_alias",form).text( item.alias );

Expand Down
4 changes: 2 additions & 2 deletions web/views/index.ect
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
and handling research data.
</p>

<p>DataFed is domain-agnostic and <a href='https://www.go-fair.org/fair-principles/' target="go_fair">FAIR-pricincipled</a>
<p>DataFed is domain-agnostic and <a href='https://www.go-fair.org/fair-principles/' target="go_fair">FAIR-principled</a>
and provides simple and uniform data access, organization, discovery, and sharing capabilities within
(and across) scientific facilities. DataFed <i>federates</i> user accounts and data storage resources
administered by individual facilities and leverages <a href="https://www.globus.org/" target="about_globus">Globus</a>
Expand All @@ -55,7 +55,7 @@
<div class='row-flex'>
<div style='flex:none'><span class='ui-icon ui-icon-alert'></span></div>
<div style='flex:1 1 auto;padding-left:0.5em'>DataFed is for open data, fundamental research and/or open-source applications
and does not meet requirements for protecting HIPPA/ITAR, sensitive, proprietary
and does not meet requirements for protecting HIPAA/ITAR, sensitive, proprietary
or other controlled unclassified information.</div>
</div>
<div id='msg_daily_div' class='row-flex' style='display:none;padding-top:1em'>
Expand Down
2 changes: 1 addition & 1 deletion web/views/tab_browser.ect
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<div class='row-flex'>
<div style='flex:none'><span class='ui-icon ui-icon-alert'></span></div>
<div style='flex:1 1 auto;padding-left:0.5em'>DataFed is for open data, fundamental research and/or open-source applications
and does not meet requirements for protecting HIPPA/ITAR, sensitive, proprietary
and does not meet requirements for protecting HIPAA/ITAR, sensitive, proprietary
or other controlled unclassified information.</div>
</div>
<div id='msg_daily_div' class='row-flex' style='display:none;padding-top:1em'>
Expand Down

0 comments on commit 39cc4f9

Please sign in to comment.