partkeepr/PartKeepr

View on GitHub
web/setup/js/SetupSteps/ConfigSetup.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Attempts to save the configuration file
 */
Ext.define('PartKeeprSetup.ConfigSetup', {
    extend: 'PartKeeprSetup.AbstractTest',
    action: 'saveConfig',
    name: "Config File",
    message: "Saving the configuration file",
});