Skip to content

Commit

Permalink
Merge pull request #307 from roscisz/access_control_ui
Browse files Browse the repository at this point in the history
Access control UI
  • Loading branch information
roscisz authored Dec 9, 2020
2 parents 70a0761 + 2ced015 commit 75c5304
Show file tree
Hide file tree
Showing 16 changed files with 2,310 additions and 460 deletions.
5 changes: 1 addition & 4 deletions tensorhive/app/web/dev/src/components/TheDash.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<span class="sr-only">Toggle navigation</span>
</a>
<div class="version_info">
<b>TensorHive</b> v{{version}} <b>API</b> v{{apiVersion}}
<b>TensorHive</b> v{{version}}
</div>
<v-menu
class="user_chip"
Expand Down Expand Up @@ -103,9 +103,6 @@ export default {
},
version () {
return config.version
},
apiVersion () {
return config.apiVersion
}
},
Expand Down
Loading

0 comments on commit 75c5304

Please sign in to comment.