Skip to content

Commit 1e164b8

Browse files
committed
Testing
1 parent 25c7f40 commit 1e164b8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

renderer.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,10 @@ def build_preauth_key_table(user_name):
528528

529529
def oidc_nav_dropdown(user_name, email_address, name):
530530
# TODO: Test this with a super long email address / name
531+
# DEBUG: REMOVE WHEN DONE TESTING
532+
email_address = "somesuperlongemailaddress@thisisridiculousitshouldneverbethislong.com"
533+
user_name = "whyWouldYOuEverSETyourusernamehtisLONGImjusttestingtheauto-width"
534+
# DEBUG: REMOVE WHEN DONE TESTING
531535
app.logger.info("OIDC is enabled. Building the OIDC nav dropdown")
532536
html_payload = """
533537
<!-- Dropdown Structure -->

static/css/overrides.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ li.dropdown-oidc-collection{
3636
color: unset !important;
3737
}
3838

39-
.user-preauthkey-datepicker {
39+
.datepicker-modal {
4040
width: max-content !important;
4141
}

static/js/custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ function load_modal_add_preauth_key(user_name) {
293293
</ul>
294294
<h4>PreAuth Key Information</h4>
295295
<br>
296-
<input type="text" class="datepicker user-preauthkey-datepicker" id="preauth_key_expiration_date">
296+
<input type="text" class="datepicker" id="preauth_key_expiration_date">
297297
<p>
298298
<label>
299299
<input type="checkbox" class="filled-in" id="checkbox-reusable"/>

0 commit comments

Comments
 (0)