We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2000094 commit b2b7835Copy full SHA for b2b7835
frontend/js/helpers/runs.js
@@ -144,6 +144,7 @@ const getFilterQueryStringFromInputs = () => {
144
if(machine != '')query_string += `&machine=${machine}`
145
if(machine_id != '')query_string += `&machine_id=${machine_id}`
146
if(usage_scenario_variables != '')query_string += `&usage_scenario_variables=${usage_scenario_variables}`
147
+ if(show_archived) query_string += `&show_archived=${show_archived}`
148
149
document.querySelector('#filters-active').classList.remove('hidden');
150
0 commit comments