summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole3/frontend/src/app/model/netboot.ts
blob: 1c292929be8616220a59afccbf5226b8b2eda1e4 (plain)
1
2
3
4
5
6
7
8
import { Resource } from 'globunet-angular/core/models/api/resource';

export class Netboot extends Resource {
  public name = '';
  public type = 'bios';
  public filename = '';
  public template = '';
}