You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gui FEATURE ask for missing schema when connecting to a device
When the backend is unable to get schema used by the device from the
local inventory as well as via get-schema from the server itself,
ask user (frontend) to upload the missing schema.
<label>The device utilize YANG schema <b>{{info.name}}</b> <ng-container *ngIf="info.revision">in revision <b>{{info.revision}}</b></ng-container>.<br/>
252
+
<span *ngIf="!info['submod_name']">Please provide this schema.</span>
253
+
<span *ngIf="info['submod_name']">Please provide submodule <b>{{info['submod_name']}}</b> <ng-container *ngIf="info['submod_revision']">in revision <b>{{info['submod_revision']}}</b></ng-container> for this schema.</span>
0 commit comments