File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ kimchi.template_add_main = function() {
23
23
var isos = [ ] ;
24
24
var local_isos = [ ] ;
25
25
var remote_isos = [ ] ;
26
+ var s390xArch = 's390x' ;
26
27
27
28
var deepScan = function ( button ) {
28
29
kimchi . deepScanHandler = kimchi . stepListDeepScanIsos ( function ( isos , isFinished ) {
@@ -471,6 +472,10 @@ kimchi.template_add_main = function() {
471
472
}
472
473
}
473
474
} ;
475
+
476
+ if ( kimchi . hostarch === s390xArch ) {
477
+ $ ( '#template-add-window .netboot-template' ) . hide ( ) ;
478
+ }
474
479
} ;
475
480
476
481
kimchi . template_check_url = function ( url ) {
Original file line number Diff line number Diff line change 34
34
<h5>$_("Where is the source media for this template? ")</h5>
35
35
<input type="radio" checked="checked" name="iso-source" id="image-src" value="image-src" class="wok-radio">
36
36
<label for="image-src">$_("Image Template")</label>
37
- <input type="radio" name="iso-source" id="netboot-src" value="netboot-src" class="wok-radio">
38
- <label for="netboot-src">$_("Netboot Template")</label>
37
+ <input type="radio" name="iso-source" id="netboot-src" value="netboot-src" class="wok-radio netboot-template ">
38
+ <label for="netboot-src" class="netboot-template" >$_("Netboot Template")</label>
39
39
</div>
40
40
</div>
41
41
<div class="template-pager">
You can’t perform that action at this time.
0 commit comments