diff --git a/html/src/index.pug b/html/src/index.pug index 95a6f747..8d79dbac 100644 --- a/html/src/index.pug +++ b/html/src/index.pug @@ -106,13 +106,13 @@ html span(v-else) Offline i.x-user-status(:class="userStatusClass(scope.row.status[0])") span(v-text="scope.row.status[0].statusDescription") - el-table-column(label="Time" prop="created_at" sortable="custom" width="80") + el-table-column(label="Time" prop="created_at" sortable="custom" width="100") template(v-once #default="scope") el-tooltip(placement="right") template(#content) span {{ scope.row.created_at | formatDate('YYYY-MM-DD HH24:MI:SS') }} span {{ scope.row.created_at | formatDate('HH24:MI') }} - el-table-column(label="Type" prop="type" width="100") + el-table-column(label="Type" prop="type" width="80") el-table-column(label="User" prop="displayName") template(v-once #default="scope") span.x-link(v-text="scope.row.displayName" @click="showUserDialog(scope.row.userId)") @@ -146,7 +146,7 @@ html template(v-once #default="scope") template(v-if="scope.row.type === 'Notification'") span(v-text="scope.row.data") - el-table-column(label="Time" prop="created_at" sortable="custom" width="80") + el-table-column(label="Time" prop="created_at" sortable="custom" width="100") template(v-once #default="scope") el-tooltip(placement="right") template(#content) @@ -285,7 +285,7 @@ html el-select(v-model="friendLogTable.filters[0].value" multiple clearable collapse-tags style="flex:1" placeholder="Filter") el-option(v-once v-for="type in ['Friend', 'Unfriend', 'FriendRequest', 'CancelFriendRequest', 'DisplayName', 'TrustLevel']" :key="type" :label="type" :value="type") el-input(v-model="friendLogTable.filters[1].value" placeholder="Search" style="flex:none;width:150px;margin-left:10px") - el-table-column(label="Date" prop="created_at" sortable="custom" width="120") + el-table-column(label="Date" prop="created_at" sortable="custom" width="100") template(v-once #default="scope") el-tooltip(placement="right") template(#content) @@ -313,13 +313,13 @@ html el-option(v-once v-for="type in ['block', 'mute', 'unmute', 'hideAvatar', 'showAvatar']" :key="type" :label="type" :value="type") el-input(v-model="playerModerationTable.filters[1].value" placeholder="Search" style="flex:none;width:150px;margin:0 10px") el-button(type="default" :loading="API.isPlayerModerationsLoading" @click="API.refreshPlayerModerations()" icon="el-icon-refresh" circle style="flex:none") - el-table-column(label="Date" prop="created" sortable="custom" width="120") + el-table-column(label="Date" prop="created" sortable="custom" width="100") template(v-once #default="scope") el-tooltip(placement="right") template(#content) span {{ scope.row.created | formatDate('YYYY-MM-DD HH24:MI:SS') }} span {{ scope.row.created | formatDate('MM-DD HH24:MI') }} - el-table-column(label="Type" prop="type" width="120") + el-table-column(label="Type" prop="type" width="100") el-table-column(label="Source" prop="sourceDisplayName") template(v-once #default="scope") span.x-link(v-text="scope.row.sourceDisplayName" @click="showUserDialog(scope.row.sourceUserId)") @@ -339,7 +339,7 @@ html el-option(v-once v-for="type in ['requestInvite', 'invite', 'friendRequest', 'message']" :key="type" :label="type" :value="type") el-input(v-model="notificationTable.filters[1].value" placeholder="Search" style="flex:none;width:150px;margin:0 10px") el-button(type="default" :loading="API.isNotificationsLoading" @click="API.refreshNotifications()" icon="el-icon-refresh" circle style="flex:none") - el-table-column(label="Date" prop="created_at" sortable="custom" width="120") + el-table-column(label="Date" prop="created_at" sortable="custom" width="100") template(v-once #default="scope") el-tooltip(placement="right") template(#content)