Add device configuration instruction

This commit is contained in:
Ildar Kamalov
2019-01-22 17:17:33 +03:00
committed by Eugene Bujak
parent a7416f9c34
commit 7e95ce9136
8 changed files with 105 additions and 44 deletions

View File

@@ -63,3 +63,10 @@ export const LANGUAGES = [
export const INSTALL_FIRST_STEP = 1;
export const INSTALL_TOTAL_STEPS = 5;
export const SETTINGS_NAMES = {
filtering: 'filtering',
safebrowsing: 'safebrowsing',
parental: 'parental',
safesearch: 'safesearch',
};