Skip to content

Commit

Permalink
Renaming button.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Nov 15, 2023
1 parent 579cb36 commit a9c259d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/templates/data_source_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ <h3>Assigned Users:</h3>
{% if is_admin or user_has_access %}
<!-- Button to launch VS Code -->
<button onclick="launchVSCode()">Launch VS Code</button>
<a href="{{ data_source.team_web_url }}" target="_blank">Access MS Teams Team</a>
{% else %}
<!-- Link to MS Teams team for users who are not admins and don't have access -->
<a href="{{ data_source.team_web_url }}" target="_blank">Access MS Teams Team</a>
<a href="{{ data_source.team_web_url }}" target="_blank">Request Access</a>
{% endif %}

<script type="text/javascript">
Expand Down

0 comments on commit a9c259d

Please sign in to comment.