@backstage-community/plugin-puppetdb
Version:
Backstage plugin to visualize resource information and Puppet facts from PuppetDB.
14 lines (11 loc) • 362 B
JavaScript
import { createRouteRef, createSubRouteRef } from '@backstage/core-plugin-api';
const puppetDbRouteRef = createRouteRef({
id: "puppetdb"
});
const puppetDbReportRouteRef = createSubRouteRef({
id: "puppetdb/report",
path: "/:hash",
parent: puppetDbRouteRef
});
export { puppetDbReportRouteRef, puppetDbRouteRef };
//# sourceMappingURL=routes.esm.js.map