
1. Change embedded structs to pointers so json omitempty will behave as expected and omit empty structs from ws messages 2. Add dummy airshipui.json config file for testing 3. Add testutil package to build dummy config objects 4. Add tests for configs package 5. Add tests for webservice package 6. Add tests for integrations/ctl package Change-Id: I1a2ac543898cbbae96c764a983e7e9b73946a9d9
6 lines
237 B
HTML
Executable File
6 lines
237 B
HTML
Executable File
<h1>Airship CTL {{.Title}} Base Information</h1>
|
|
<p>Version: {{.Version}}</p>
|
|
|
|
<h2>Document Pull</h2>
|
|
<button type="button" class="btn btn-info" id="DocPullBtn" onclick="documentAction(this)" style="width: 150px;">Document Pull</button>
|