Sha256: 86f18bf643d8bb390474d97fa9735dbfdf7d6990e6a53e0e6aaaa9556ce26ddf
Contents?: true
Size: 446 Bytes
Versions: 17
Compression:
Stored size: 446 Bytes
Contents
import { registerRoutes } from 'foremanReact/routes/RoutingService'; import routes from './Routes/routes'; import fillregistrationAdvanced from './react_app/extend/fillregistrationAdvanced'; import fillRecentJobsCard from './react_app/extend/fillRecentJobsCard'; import registerReducers from './react_app/extend/reducers'; registerReducers(); registerRoutes('foreman_remote_execution', routes); fillRecentJobsCard(); fillregistrationAdvanced();
Version data entries
17 entries across 17 versions & 1 rubygems