Files
Disco/Disco.Web/Areas/Config/Views/DeviceModel/GenericComponents.cshtml
T
2013-02-01 12:35:28 +11:00

5 lines
314 B
Plaintext

@model Disco.Web.Areas.Config.Models.DeviceModel.DeviceComponentsModel
@{
ViewBag.Title = Html.ToBreadcrumb("Configuration", MVC.Config.Config.Index(), "Device Models", MVC.Config.DeviceModel.Index(null), "Generic Components");
}
@Html.Partial(MVC.Config.DeviceModel.Views._DeviceComponentsTable, Model)