apim-developer-portal2
Version:
API management developer portal
14 lines • 472 B
HTML
<div class="flex flex-column fit">
<div class="flex-item flex-item-grow">
<button class="btn" data-bind="click: publish">
<i class="paperbits-icon paperbits-send"></i>
Publish website
</button>
</div>
<div class="flex-item">
<button class="btn" data-bind="click: reset">
<i class="paperbits-icon paperbits-simple-remove"></i>
Reset content
</button>
</div>
</div>