IIP Image server no longer experimental

This commit is contained in:
Tom Wiesing 2023-11-11 11:23:49 +01:00
parent a23aeb0f8b
commit 60911fe1b1
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -92,7 +92,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
IIP Image Server (<em>Experimental</em>) IIP Image Server
</td> </td>
<td> <td>
<code>{{ .Instance.System.IIPServer }}</code> <code>{{ .Instance.System.IIPServer }}</code>

View file

@ -40,11 +40,10 @@
<div class="pure-controls"> <div class="pure-controls">
<label for="iipserver" class="pure-checkbox"> <label for="iipserver" class="pure-checkbox">
<input {{ if $rebuild }}{{ if .System.IIPServer }}checked{{end}}{{end}} type="checkbox" id="iipserver" /> <input {{ if $rebuild }}{{ if .System.IIPServer }}checked{{end}}{{end}} type="checkbox" id="iipserver" />
IIP Image Server (<em>Experimental</em>) IIP Image Server
</label> </label>
<span class="pure-form-message-inline"> <span class="pure-form-message-inline">
Run an <a href="https://iipimage.sourceforge.io/documentation/server" target="_blank" rel="noopener noreferer">IIPImage server</a> inside this instance. Run an <a href="https://iipimage.sourceforge.io/documentation/server" target="_blank" rel="noopener noreferer">IIPImage server</a> inside this instance.
This is currently <em>experimental</em>.
<br /> <br />
This can be used for streaming 2D images inside this WissKI, see <a href="https://wiss-ki.eu/documentation/periphal-software/iip-image-server" target="_blank" rel="noopener noreferer">the WissKI Documentation</a> for more details. This can be used for streaming 2D images inside this WissKI, see <a href="https://wiss-ki.eu/documentation/periphal-software/iip-image-server" target="_blank" rel="noopener noreferer">the WissKI Documentation</a> for more details.
Please be aware that any installation or configuration steps are performed automatically by the distillery. Please be aware that any installation or configuration steps are performed automatically by the distillery.