Skip to content

Commit

Permalink
Multiple ESI Tokens #32
Browse files Browse the repository at this point in the history
- Text, layout changes.
  • Loading branch information
tkhamez committed Aug 29, 2021
1 parent ff29926 commit 03fafe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/EsiTokens.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div v-cloak class="modal fade" id="esiTokensModal">
<div class="modal-dialog">
<div class="modal-dialog" :class="{ 'modal-lg': page === 'UserAdmin'}">
<div v-cloak v-if="character && eveLogins" class="modal-content">
<div class="modal-header">
{{ character.name }} - ESI Tokens
Expand Down Expand Up @@ -28,7 +28,7 @@
<td>Name</td>
<td>Status</td>
<td v-if="page === 'UserAdmin'">Status changed*</td>
<td>Has required roles</td>
<td>Has required in-game roles</td>
</tr>
<tr v-for="esiToken in character.esiTokens">
<td>
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<div v-cloak v-if="eveLogins" class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Additional ESI Tokens</h5>
<h5 class="modal-title">Add additional ESI Tokens</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<p>
Do not use these logins unless you were ask to do so.<br>
Use the EVE login button on the main page to add your other characters!
<strong>Do not use these logins unless you were asked to do so</strong>.<br>
If you want to add more characters to your account use the EVE login button on the main page.
</p>
<table class="table">
<tr>
Expand Down

0 comments on commit 03fafe6

Please sign in to comment.