apim-developer-portal2
Version:
API management developer portal
19 lines (17 loc) • 828 B
HTML
<div class="flex flex-column fit" data-bind="scrollable: true">
<p>
Resetting the content will restore the portal to its initial state. It will replace all the pages, layouts,
customizations, uploaded media, etc. with the default content.
</p>
<p>
Resetting the content will not remove the published version of the portal.
</p>
<p>
Are you sure you want to reset the portal's content? Type "yes" in the field below to confirm.
</p>
<input type="text" class="form-control" data-bind="textInput: response" placeholder="Confirm by entering yes">
<button type="button" class="btn" background-color="blue" data-bind="click: reset, enable: canReset">
<i class="paperbits-icon paperbits-check-2"></i>
Reset content
</button>
</div>