Skip to content

Commit

Permalink
fix: gpu filter
Browse files Browse the repository at this point in the history
  • Loading branch information
EverettBerry committed Dec 20, 2023
1 parent bca29ce commit b947e54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ var g_settings_defaults = {
min_memory: 0,
min_vcpus: 0,
min_memory_per_vcpu: 0,
min_gpus: 0,
default_sort_col: 39,
min_storage: 0,
selected: '',
Expand Down Expand Up @@ -648,6 +649,7 @@ function url_for_selections() {
min_memory: g_settings.min_memory,
min_vcpus: g_settings.min_vcpus,
min_memory_per_vcpu: g_settings.min_memory_per_vcpu,
min_gpus: g_settings.min_gpus,
min_storage: g_settings.min_storage,
filter: g_data_table.settings()[0].oPreviousSearch['sSearch'],
region: g_settings.region,
Expand Down

0 comments on commit b947e54

Please sign in to comment.