Changeset 5931
- Timestamp:
- Sep 26, 2017, 1:00:32 PM (3 years ago)
- Location:
- lmd/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lmd/trunk/fuentes/admin-center-ltsp.install/modul/lliurex-ltsp/src/js/imageManager.js
r5872 r5931 1270 1270 $("#ltsp_template_desktop").show(); } 1271 1271 1272 if (templatelist.indexOf("lliurex-ltsp-desktop-amd64.conf")!=-1 && self.mirrorReady && self.mirro 64bit) {1272 if (templatelist.indexOf("lliurex-ltsp-desktop-amd64.conf")!=-1 && self.mirrorReady && self.mirror64bit) { 1273 1273 $("#ltsp_template_desktop").attr("image_client_arch_64", "true"); 1274 1274 $("#ltsp_template_desktop").show(); } -
lmd/trunk/fuentes/debian/changelog
r5873 r5931 1 lmd (2.7.16) xenial; urgency=high 2 3 * Fixed bug in checking mirror for amd64 Desktop image creation 4 5 -- Jose A. Murcia <joamuran@gmail.com> Tue, 26 Sep 2017 12:59:18 +0200 6 1 7 lmd (2.7.15) xenial; urgency=high 2 8
Note: See TracChangeset
for help on using the changeset viewer.