Fix the cisco load or image on the 7940 and 7960 templates.
This commit is contained in:
parent
a4005f46e3
commit
0e74ce140b
|
|
@ -1,4 +1,4 @@
|
||||||
{if isset($cisco_time_zone)}
|
{if isset($cisco_image_version)}
|
||||||
# Image version
|
# Image version
|
||||||
image_version: "{$cisco_image_version}"
|
image_version: "{$cisco_image_version}"
|
||||||
{/if}
|
{/if}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{if isset($cisco_time_zone)}
|
{if isset($cisco_image_version)}
|
||||||
# Image version
|
# Image version
|
||||||
image_version: "{$cisco_image_version}"
|
image_version: "{$cisco_image_version}"
|
||||||
{/if}
|
{/if}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue