mirror of https://github.com/rancher/dashboard.git
5 lines
293 B
TypeScript
5 lines
293 B
TypeScript
// Its quicker to render if we directly supply the components for the formatters
|
|
// rather than just the name of a global component - so create a map of the formatter comoponents
|
|
// NOTE: This is populated by a plugin (formatters.js) to avoid issues with plugins
|
|
export const FORMATTERS = {};
|