Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  compute_resources
  locale
  proxy_status
about.js 528 Bytes
application.js 18 KB
auth_source_ldap.js 1.14 KB
charts.js 12.5 KB
class_edit.js 5.61 KB
compute_resource.js 9.1 KB
dashboard.js 4.18 KB
editor.js 7.03 KB
filters.js 553 Bytes
hidden_values.js 1.76 KB
host_checkbox.js.erb 4.16 KB
host_edit.js 22.7 KB
host_edit_interfaces.js 9.88 KB
hosts.js 1.37 KB
i18n.js 445 Bytes
jquery.extentions.js 797 Bytes
jquery.multi-select.js 4.2 KB
lookup_keys.js 11.5 KB
nfs_visibility.js 893 Bytes
noVNC.js 1.28 KB
parameter_override.js 1019 Bytes
password_strength.js 2.47 KB
proxy_status.js 3.02 KB
reports.js 789 Bytes
select_on_click.js 527 Bytes
settings.js 2.45 KB
spice.js 1.59 KB
subnets.js 280 Bytes
taxonomy_edit.js 864 Bytes
topbar.js 4.27 KB
trends.js 506 Bytes
two-pane.js 5.06 KB
users.js 1.34 KB

Latest revisions

# Date Author Comment
0aacf330 04/14/2016 09:50 AM Tomer Brisker

Fixes #14636 - correctly search puppet class on host form

Searching for puppet classes that were ellipsized did not work as
expected on the host edit form. This was due to the search looking only
in the span content which was truncated and did not contain the entire...

f9f8b025 04/14/2016 09:48 AM Ondřej Pražák

Fixes #6167 - 'Deployed on' dropdown in hosts/new form disabled until ajax on hostgroup_changed is resolved

deda3a77 04/12/2016 03:07 AM Ivan Necas

Fixes #14572 - fix updating storage in compute profiles based on template

cbc6ac08 04/05/2016 09:27 AM Dominic Cleal

fixes #14202 - enable select2 in interfaces modal

Reverts commit 44723b9 and re-enables select2 in the interfaces modal,
instead fixing the issue with the NIC table detail lines to read the
network information out of select2 dropdown menus correctly.

406b34f1 04/04/2016 04:20 AM Tomer Brisker

Fixes #14341 - List all images for compute resource

Previously, the listing was paginated, but since the table is loaded
via ajax and handled by datatables, the pagination had no effect,
leading to a list limited to the max per page (20 usually).
Also, improved the lookup to only bring the needed data.

bb25ebe6 03/25/2016 04:18 AM Tomer Brisker

Fixes #12979 - Create helper for "new" button

Previously the button classes were applied to new buttons using jQuery.
This commit creates a `new_link` helper that makes sure all new buttons
will receive the correct class and only display if authorized. Also a...

bf8c7fbd 03/24/2016 04:07 AM Dominic Cleal

fixes #14318 - load JS translations table for current locale only

26eeda80 03/22/2016 06:45 AM Dominic Cleal

fixes #14041 - don't call select2 on CR form templates

select2 must be called only when the select becomes visible, not for
hidden template elements. add_child_node() already does when adding a
new set of fields from the template. without_select2 is removed from...

a44919d8 03/18/2016 08:54 AM Tomer Brisker

Refs #7726 - Improve select all for filtered multi-select

fbd765f1 03/18/2016 05:25 AM Tomer Brisker

Fixes #13091 - Paginate VMs for supporting compute resources

Loading all VMs for the compute resource view can be a very heavy task,
which leads to timeouts when attempting to load all VMs for a compute
resource that has many hundreds or thousands of VMs. This patch allows...

View revisions

Also available in: Atom