made a change to the db.json
All checks were successful
Potlatch Loggers Organization/ComputerKeeper/pipeline/head This commit looks good

This commit is contained in:
Josh Biltonen 2022-09-06 17:23:49 -07:00
parent 3f56ee7a81
commit cbfe80ac1c
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
{"_default": {"1": {"-Serial Number-": "1234", "Brand": "dell", "Grade": "7", "Name": "jb"}}} {"_default": {"1": {"Serial Number": "123", "Brand": "d", "Grade": "7", "Name": "jb"}}}

View File

@ -20,7 +20,7 @@ layout = [[sg.Menu([['File', ['Open', 'Save', 'Add Computer',]]])],
[sg.Button('Check In'), sg.Button('Check Out')]] [sg.Button('Check In'), sg.Button('Check Out')]]
add_computer_layout = [[sg.Text("Serial Number")], add_computer_layout = [[sg.Text("Serial Number")],
[sg.Input(key='-Serial Number-')], [sg.Input(key='Serial Number')],
[sg.Text("Brand")], [sg.Text("Brand")],
[sg.Input(key='Brand')], [sg.Input(key='Brand')],
[sg.Text("Grade")], [sg.Text("Grade")],