Sfoglia il codice sorgente

move react sources to src dir

Serghey Rodin 4 anni fa
parent
commit
08513755b2
100 ha cambiato i file con 0 aggiunte e 0 eliminazioni
  1. 0 0
      src/react/README.md
  2. 0 0
      src/react/jsconfig.json
  3. 0 0
      src/react/package-lock.json
  4. 0 0
      src/react/package.json
  5. 0 0
      src/react/public/favicon.ico
  6. 0 0
      src/react/public/index.html
  7. 0 0
      src/react/public/manifest.json
  8. 0 0
      src/react/src/ControlPanelService/Backup.js
  9. 0 0
      src/react/src/ControlPanelService/Cron.js
  10. 0 0
      src/react/src/ControlPanelService/Db.js
  11. 0 0
      src/react/src/ControlPanelService/Dns.js
  12. 0 0
      src/react/src/ControlPanelService/Favorites.js
  13. 0 0
      src/react/src/ControlPanelService/Firewalls.js
  14. 0 0
      src/react/src/ControlPanelService/GeneratorOptions.js
  15. 0 0
      src/react/src/ControlPanelService/Ip.js
  16. 0 0
      src/react/src/ControlPanelService/Languages.js
  17. 0 0
      src/react/src/ControlPanelService/Logs.js
  18. 0 0
      src/react/src/ControlPanelService/Mail.js
  19. 0 0
      src/react/src/ControlPanelService/Notifications.js
  20. 0 0
      src/react/src/ControlPanelService/Package.js
  21. 0 0
      src/react/src/ControlPanelService/RRD.js
  22. 0 0
      src/react/src/ControlPanelService/ResetPassword.js
  23. 0 0
      src/react/src/ControlPanelService/Search.js
  24. 0 0
      src/react/src/ControlPanelService/Select.js
  25. 0 0
      src/react/src/ControlPanelService/Server.js
  26. 0 0
      src/react/src/ControlPanelService/Statistics.js
  27. 0 0
      src/react/src/ControlPanelService/Updates.js
  28. 0 0
      src/react/src/ControlPanelService/UserNS.js
  29. 0 0
      src/react/src/ControlPanelService/Users.js
  30. 0 0
      src/react/src/ControlPanelService/Web.js
  31. 0 0
      src/react/src/ControlPanelService/WebLogs.js
  32. 0 0
      src/react/src/FileManagerHelper.js
  33. 0 0
      src/react/src/actions/ControlPanelContent/controlPanelContentActions.js
  34. 0 0
      src/react/src/actions/ControlPanelContent/controlPanelContentTypes.js
  35. 0 0
      src/react/src/actions/MainNavigation/mainNavigationActions.js
  36. 0 0
      src/react/src/actions/MainNavigation/mainNavigationTypes.js
  37. 0 0
      src/react/src/actions/MenuCounters/menuCounterActions.js
  38. 0 0
      src/react/src/actions/MenuCounters/menuCounterTypes.js
  39. 0 0
      src/react/src/actions/Notification/notificationActions.js
  40. 0 0
      src/react/src/actions/Notification/notificationTypes.js
  41. 0 0
      src/react/src/actions/Session/sessionActions.js
  42. 0 0
      src/react/src/actions/Session/sessionTypes.js
  43. 0 0
      src/react/src/components/Backup/Backup.jsx
  44. 0 0
      src/react/src/components/Backup/Backup.scss
  45. 0 0
      src/react/src/components/Backup/Exclusion/Edit/index.jsx
  46. 0 0
      src/react/src/components/Backup/Exclusion/Edit/style.scss
  47. 0 0
      src/react/src/components/Backup/Exclusion/index.jsx
  48. 0 0
      src/react/src/components/Backup/Exclusion/style.scss
  49. 0 0
      src/react/src/components/Backup/RestoreSetting/RestoreSetting.jsx
  50. 0 0
      src/react/src/components/Backup/RestoreSetting/RestoreSetting.scss
  51. 0 0
      src/react/src/components/Backup/RestoreSettings/BackupRestoreSettings.jsx
  52. 0 0
      src/react/src/components/Backup/RestoreSettings/BackupRestoreSettings.scss
  53. 0 0
      src/react/src/components/ControlPanel/AddItemLayout/AddItemLayout.jsx
  54. 0 0
      src/react/src/components/ControlPanel/AddItemLayout/AddItemLayout.scss
  55. 0 0
      src/react/src/components/ControlPanel/AddItemLayout/Form/Checkbox/Checkbox.jsx
  56. 0 0
      src/react/src/components/ControlPanel/AddItemLayout/Form/NameServers/NameServers.jsx
  57. 0 0
      src/react/src/components/ControlPanel/AddItemLayout/Form/NameServers/NameServers.scss
  58. 0 0
      src/react/src/components/ControlPanel/AddItemLayout/Form/Password/Password.jsx
  59. 0 0
      src/react/src/components/ControlPanel/AddItemLayout/Form/Password/Password.scss
  60. 0 0
      src/react/src/components/ControlPanel/AddItemLayout/Form/SelectInput/SelectInput.jsx
  61. 0 0
      src/react/src/components/ControlPanel/AddItemLayout/Form/SelectInput/SelectInput.scss
  62. 0 0
      src/react/src/components/ControlPanel/AddItemLayout/Form/TextArea/TextArea.jsx
  63. 0 0
      src/react/src/components/ControlPanel/AddItemLayout/Form/TextArea/TextArea.scss
  64. 0 0
      src/react/src/components/ControlPanel/AddItemLayout/Form/TextInput/TextInput.jsx
  65. 0 0
      src/react/src/components/ControlPanel/AddItemLayout/Form/TextInput/TextInput.scss
  66. 0 0
      src/react/src/components/ControlPanel/AddItemLayout/Form/TextInputWithExtraButton/TextInputWithExtraButton.jsx
  67. 0 0
      src/react/src/components/ControlPanel/AddItemLayout/Form/TextInputWithExtraButton/TextInputWithExtraButton.scss
  68. 0 0
      src/react/src/components/ControlPanel/AddItemLayout/Form/TextInputWithTextOnTheRight/TextInputWithTextOnTheRight.jsx
  69. 0 0
      src/react/src/components/ControlPanel/AddItemLayout/Form/TextInputWithTextOnTheRight/TextInputWithTextOnTheRight.scss
  70. 0 0
      src/react/src/components/ControlPanel/Container/Container.jsx
  71. 0 0
      src/react/src/components/ControlPanel/Container/Container.scss
  72. 0 0
      src/react/src/components/ControlPanel/Hotkeys/Hotkeys.jsx
  73. 0 0
      src/react/src/components/ControlPanel/Hotkeys/Hotkeys.scss
  74. 0 0
      src/react/src/components/ControlPanel/ListItem/ListItem.jsx
  75. 0 0
      src/react/src/components/ControlPanel/ListItem/ListItem.scss
  76. 0 0
      src/react/src/components/ControlPanel/LoginLayout/LoginLayout.jsx
  77. 0 0
      src/react/src/components/ControlPanel/LoginLayout/LoginLayout.scss
  78. 0 0
      src/react/src/components/ControlPanel/Modal/Modal.jsx
  79. 0 0
      src/react/src/components/ControlPanel/Modal/Modal.scss
  80. 0 0
      src/react/src/components/CronJob/Add/AddCronJob.jsx
  81. 0 0
      src/react/src/components/CronJob/Add/AddCronJob.scss
  82. 0 0
      src/react/src/components/CronJob/CronJob.jsx
  83. 0 0
      src/react/src/components/CronJob/CronJob.scss
  84. 0 0
      src/react/src/components/CronJob/Edit/EditCronJob.jsx
  85. 0 0
      src/react/src/components/CronJob/Edit/EditCronJob.scss
  86. 0 0
      src/react/src/components/CronJob/Generator/Generator.jsx
  87. 0 0
      src/react/src/components/CronJob/Generator/Generator.scss
  88. 0 0
      src/react/src/components/CronJob/Generator/OtherSelects/FifthTabSelects.jsx
  89. 0 0
      src/react/src/components/CronJob/Generator/OtherSelects/FourthTabSelects.jsx
  90. 0 0
      src/react/src/components/CronJob/Generator/OtherSelects/SecondTabSelects.jsx
  91. 0 0
      src/react/src/components/CronJob/Generator/OtherSelects/SelectsWrapper.jsx
  92. 0 0
      src/react/src/components/CronJob/Generator/OtherSelects/SelectsWrapper.scss
  93. 0 0
      src/react/src/components/CronJob/Generator/OtherSelects/ThirdTabSelects.jsx
  94. 0 0
      src/react/src/components/CronJob/Generator/RunCommandSelect/RunCommandSelect.jsx
  95. 0 0
      src/react/src/components/CronJob/Generator/RunCommandSelect/RunCommandSelect.scss
  96. 0 0
      src/react/src/components/DNSRecord/Add/AddDNSRecord.jsx
  97. 0 0
      src/react/src/components/DNSRecord/Add/AddDNSRecord.scss
  98. 0 0
      src/react/src/components/DNSRecord/DNSRecord.jsx
  99. 0 0
      src/react/src/components/DNSRecord/DNSRecord.scss
  100. 0 0
      src/react/src/components/DNSRecord/Edit/EditDNSRecord.jsx

+ 0 - 0
web/js/react/README.md → src/react/README.md


+ 0 - 0
web/js/react/jsconfig.json → src/react/jsconfig.json


+ 0 - 0
web/js/react/package-lock.json → src/react/package-lock.json


+ 0 - 0
web/js/react/package.json → src/react/package.json


+ 0 - 0
web/js/react/public/favicon.ico → src/react/public/favicon.ico


+ 0 - 0
web/js/react/public/index.html → src/react/public/index.html


+ 0 - 0
web/js/react/public/manifest.json → src/react/public/manifest.json


+ 0 - 0
web/js/react/src/ControlPanelService/Backup.js → src/react/src/ControlPanelService/Backup.js


+ 0 - 0
web/js/react/src/ControlPanelService/Cron.js → src/react/src/ControlPanelService/Cron.js


+ 0 - 0
web/js/react/src/ControlPanelService/Db.js → src/react/src/ControlPanelService/Db.js


+ 0 - 0
web/js/react/src/ControlPanelService/Dns.js → src/react/src/ControlPanelService/Dns.js


+ 0 - 0
web/js/react/src/ControlPanelService/Favorites.js → src/react/src/ControlPanelService/Favorites.js


+ 0 - 0
web/js/react/src/ControlPanelService/Firewalls.js → src/react/src/ControlPanelService/Firewalls.js


+ 0 - 0
web/js/react/src/ControlPanelService/GeneratorOptions.js → src/react/src/ControlPanelService/GeneratorOptions.js


+ 0 - 0
web/js/react/src/ControlPanelService/Ip.js → src/react/src/ControlPanelService/Ip.js


+ 0 - 0
web/js/react/src/ControlPanelService/Languages.js → src/react/src/ControlPanelService/Languages.js


+ 0 - 0
web/js/react/src/ControlPanelService/Logs.js → src/react/src/ControlPanelService/Logs.js


+ 0 - 0
web/js/react/src/ControlPanelService/Mail.js → src/react/src/ControlPanelService/Mail.js


+ 0 - 0
web/js/react/src/ControlPanelService/Notifications.js → src/react/src/ControlPanelService/Notifications.js


+ 0 - 0
web/js/react/src/ControlPanelService/Package.js → src/react/src/ControlPanelService/Package.js


+ 0 - 0
web/js/react/src/ControlPanelService/RRD.js → src/react/src/ControlPanelService/RRD.js


+ 0 - 0
web/js/react/src/ControlPanelService/ResetPassword.js → src/react/src/ControlPanelService/ResetPassword.js


+ 0 - 0
web/js/react/src/ControlPanelService/Search.js → src/react/src/ControlPanelService/Search.js


+ 0 - 0
web/js/react/src/ControlPanelService/Select.js → src/react/src/ControlPanelService/Select.js


+ 0 - 0
web/js/react/src/ControlPanelService/Server.js → src/react/src/ControlPanelService/Server.js


+ 0 - 0
web/js/react/src/ControlPanelService/Statistics.js → src/react/src/ControlPanelService/Statistics.js


+ 0 - 0
web/js/react/src/ControlPanelService/Updates.js → src/react/src/ControlPanelService/Updates.js


+ 0 - 0
web/js/react/src/ControlPanelService/UserNS.js → src/react/src/ControlPanelService/UserNS.js


+ 0 - 0
web/js/react/src/ControlPanelService/Users.js → src/react/src/ControlPanelService/Users.js


+ 0 - 0
web/js/react/src/ControlPanelService/Web.js → src/react/src/ControlPanelService/Web.js


+ 0 - 0
web/js/react/src/ControlPanelService/WebLogs.js → src/react/src/ControlPanelService/WebLogs.js


+ 0 - 0
web/js/react/src/FileManagerHelper.js → src/react/src/FileManagerHelper.js


+ 0 - 0
web/js/react/src/actions/ControlPanelContent/controlPanelContentActions.js → src/react/src/actions/ControlPanelContent/controlPanelContentActions.js


+ 0 - 0
web/js/react/src/actions/ControlPanelContent/controlPanelContentTypes.js → src/react/src/actions/ControlPanelContent/controlPanelContentTypes.js


+ 0 - 0
web/js/react/src/actions/MainNavigation/mainNavigationActions.js → src/react/src/actions/MainNavigation/mainNavigationActions.js


+ 0 - 0
web/js/react/src/actions/MainNavigation/mainNavigationTypes.js → src/react/src/actions/MainNavigation/mainNavigationTypes.js


+ 0 - 0
web/js/react/src/actions/MenuCounters/menuCounterActions.js → src/react/src/actions/MenuCounters/menuCounterActions.js


+ 0 - 0
web/js/react/src/actions/MenuCounters/menuCounterTypes.js → src/react/src/actions/MenuCounters/menuCounterTypes.js


+ 0 - 0
web/js/react/src/actions/Notification/notificationActions.js → src/react/src/actions/Notification/notificationActions.js


+ 0 - 0
web/js/react/src/actions/Notification/notificationTypes.js → src/react/src/actions/Notification/notificationTypes.js


+ 0 - 0
web/js/react/src/actions/Session/sessionActions.js → src/react/src/actions/Session/sessionActions.js


+ 0 - 0
web/js/react/src/actions/Session/sessionTypes.js → src/react/src/actions/Session/sessionTypes.js


+ 0 - 0
web/js/react/src/components/Backup/Backup.jsx → src/react/src/components/Backup/Backup.jsx


+ 0 - 0
web/js/react/src/components/Backup/Backup.scss → src/react/src/components/Backup/Backup.scss


+ 0 - 0
web/js/react/src/components/Backup/Exclusion/Edit/index.jsx → src/react/src/components/Backup/Exclusion/Edit/index.jsx


+ 0 - 0
web/js/react/src/components/Backup/Exclusion/Edit/style.scss → src/react/src/components/Backup/Exclusion/Edit/style.scss


+ 0 - 0
web/js/react/src/components/Backup/Exclusion/index.jsx → src/react/src/components/Backup/Exclusion/index.jsx


+ 0 - 0
web/js/react/src/components/Backup/Exclusion/style.scss → src/react/src/components/Backup/Exclusion/style.scss


+ 0 - 0
web/js/react/src/components/Backup/RestoreSetting/RestoreSetting.jsx → src/react/src/components/Backup/RestoreSetting/RestoreSetting.jsx


+ 0 - 0
web/js/react/src/components/Backup/RestoreSetting/RestoreSetting.scss → src/react/src/components/Backup/RestoreSetting/RestoreSetting.scss


+ 0 - 0
web/js/react/src/components/Backup/RestoreSettings/BackupRestoreSettings.jsx → src/react/src/components/Backup/RestoreSettings/BackupRestoreSettings.jsx


+ 0 - 0
web/js/react/src/components/Backup/RestoreSettings/BackupRestoreSettings.scss → src/react/src/components/Backup/RestoreSettings/BackupRestoreSettings.scss


+ 0 - 0
web/js/react/src/components/ControlPanel/AddItemLayout/AddItemLayout.jsx → src/react/src/components/ControlPanel/AddItemLayout/AddItemLayout.jsx


+ 0 - 0
web/js/react/src/components/ControlPanel/AddItemLayout/AddItemLayout.scss → src/react/src/components/ControlPanel/AddItemLayout/AddItemLayout.scss


+ 0 - 0
web/js/react/src/components/ControlPanel/AddItemLayout/Form/Checkbox/Checkbox.jsx → src/react/src/components/ControlPanel/AddItemLayout/Form/Checkbox/Checkbox.jsx


+ 0 - 0
web/js/react/src/components/ControlPanel/AddItemLayout/Form/NameServers/NameServers.jsx → src/react/src/components/ControlPanel/AddItemLayout/Form/NameServers/NameServers.jsx


+ 0 - 0
web/js/react/src/components/ControlPanel/AddItemLayout/Form/NameServers/NameServers.scss → src/react/src/components/ControlPanel/AddItemLayout/Form/NameServers/NameServers.scss


+ 0 - 0
web/js/react/src/components/ControlPanel/AddItemLayout/Form/Password/Password.jsx → src/react/src/components/ControlPanel/AddItemLayout/Form/Password/Password.jsx


+ 0 - 0
web/js/react/src/components/ControlPanel/AddItemLayout/Form/Password/Password.scss → src/react/src/components/ControlPanel/AddItemLayout/Form/Password/Password.scss


+ 0 - 0
web/js/react/src/components/ControlPanel/AddItemLayout/Form/SelectInput/SelectInput.jsx → src/react/src/components/ControlPanel/AddItemLayout/Form/SelectInput/SelectInput.jsx


+ 0 - 0
web/js/react/src/components/ControlPanel/AddItemLayout/Form/SelectInput/SelectInput.scss → src/react/src/components/ControlPanel/AddItemLayout/Form/SelectInput/SelectInput.scss


+ 0 - 0
web/js/react/src/components/ControlPanel/AddItemLayout/Form/TextArea/TextArea.jsx → src/react/src/components/ControlPanel/AddItemLayout/Form/TextArea/TextArea.jsx


+ 0 - 0
web/js/react/src/components/ControlPanel/AddItemLayout/Form/TextArea/TextArea.scss → src/react/src/components/ControlPanel/AddItemLayout/Form/TextArea/TextArea.scss


+ 0 - 0
web/js/react/src/components/ControlPanel/AddItemLayout/Form/TextInput/TextInput.jsx → src/react/src/components/ControlPanel/AddItemLayout/Form/TextInput/TextInput.jsx


+ 0 - 0
web/js/react/src/components/ControlPanel/AddItemLayout/Form/TextInput/TextInput.scss → src/react/src/components/ControlPanel/AddItemLayout/Form/TextInput/TextInput.scss


+ 0 - 0
web/js/react/src/components/ControlPanel/AddItemLayout/Form/TextInputWithExtraButton/TextInputWithExtraButton.jsx → src/react/src/components/ControlPanel/AddItemLayout/Form/TextInputWithExtraButton/TextInputWithExtraButton.jsx


+ 0 - 0
web/js/react/src/components/ControlPanel/AddItemLayout/Form/TextInputWithExtraButton/TextInputWithExtraButton.scss → src/react/src/components/ControlPanel/AddItemLayout/Form/TextInputWithExtraButton/TextInputWithExtraButton.scss


+ 0 - 0
web/js/react/src/components/ControlPanel/AddItemLayout/Form/TextInputWithTextOnTheRight/TextInputWithTextOnTheRight.jsx → src/react/src/components/ControlPanel/AddItemLayout/Form/TextInputWithTextOnTheRight/TextInputWithTextOnTheRight.jsx


+ 0 - 0
web/js/react/src/components/ControlPanel/AddItemLayout/Form/TextInputWithTextOnTheRight/TextInputWithTextOnTheRight.scss → src/react/src/components/ControlPanel/AddItemLayout/Form/TextInputWithTextOnTheRight/TextInputWithTextOnTheRight.scss


+ 0 - 0
web/js/react/src/components/ControlPanel/Container/Container.jsx → src/react/src/components/ControlPanel/Container/Container.jsx


+ 0 - 0
web/js/react/src/components/ControlPanel/Container/Container.scss → src/react/src/components/ControlPanel/Container/Container.scss


+ 0 - 0
web/js/react/src/components/ControlPanel/Hotkeys/Hotkeys.jsx → src/react/src/components/ControlPanel/Hotkeys/Hotkeys.jsx


+ 0 - 0
web/js/react/src/components/ControlPanel/Hotkeys/Hotkeys.scss → src/react/src/components/ControlPanel/Hotkeys/Hotkeys.scss


+ 0 - 0
web/js/react/src/components/ControlPanel/ListItem/ListItem.jsx → src/react/src/components/ControlPanel/ListItem/ListItem.jsx


+ 0 - 0
web/js/react/src/components/ControlPanel/ListItem/ListItem.scss → src/react/src/components/ControlPanel/ListItem/ListItem.scss


+ 0 - 0
web/js/react/src/components/ControlPanel/LoginLayout/LoginLayout.jsx → src/react/src/components/ControlPanel/LoginLayout/LoginLayout.jsx


+ 0 - 0
web/js/react/src/components/ControlPanel/LoginLayout/LoginLayout.scss → src/react/src/components/ControlPanel/LoginLayout/LoginLayout.scss


+ 0 - 0
web/js/react/src/components/ControlPanel/Modal/Modal.jsx → src/react/src/components/ControlPanel/Modal/Modal.jsx


+ 0 - 0
web/js/react/src/components/ControlPanel/Modal/Modal.scss → src/react/src/components/ControlPanel/Modal/Modal.scss


+ 0 - 0
web/js/react/src/components/CronJob/Add/AddCronJob.jsx → src/react/src/components/CronJob/Add/AddCronJob.jsx


+ 0 - 0
web/js/react/src/components/CronJob/Add/AddCronJob.scss → src/react/src/components/CronJob/Add/AddCronJob.scss


+ 0 - 0
web/js/react/src/components/CronJob/CronJob.jsx → src/react/src/components/CronJob/CronJob.jsx


+ 0 - 0
web/js/react/src/components/CronJob/CronJob.scss → src/react/src/components/CronJob/CronJob.scss


+ 0 - 0
web/js/react/src/components/CronJob/Edit/EditCronJob.jsx → src/react/src/components/CronJob/Edit/EditCronJob.jsx


+ 0 - 0
web/js/react/src/components/CronJob/Edit/EditCronJob.scss → src/react/src/components/CronJob/Edit/EditCronJob.scss


+ 0 - 0
web/js/react/src/components/CronJob/Generator/Generator.jsx → src/react/src/components/CronJob/Generator/Generator.jsx


+ 0 - 0
web/js/react/src/components/CronJob/Generator/Generator.scss → src/react/src/components/CronJob/Generator/Generator.scss


+ 0 - 0
web/js/react/src/components/CronJob/Generator/OtherSelects/FifthTabSelects.jsx → src/react/src/components/CronJob/Generator/OtherSelects/FifthTabSelects.jsx


+ 0 - 0
web/js/react/src/components/CronJob/Generator/OtherSelects/FourthTabSelects.jsx → src/react/src/components/CronJob/Generator/OtherSelects/FourthTabSelects.jsx


+ 0 - 0
web/js/react/src/components/CronJob/Generator/OtherSelects/SecondTabSelects.jsx → src/react/src/components/CronJob/Generator/OtherSelects/SecondTabSelects.jsx


+ 0 - 0
web/js/react/src/components/CronJob/Generator/OtherSelects/SelectsWrapper.jsx → src/react/src/components/CronJob/Generator/OtherSelects/SelectsWrapper.jsx


+ 0 - 0
web/js/react/src/components/CronJob/Generator/OtherSelects/SelectsWrapper.scss → src/react/src/components/CronJob/Generator/OtherSelects/SelectsWrapper.scss


+ 0 - 0
web/js/react/src/components/CronJob/Generator/OtherSelects/ThirdTabSelects.jsx → src/react/src/components/CronJob/Generator/OtherSelects/ThirdTabSelects.jsx


+ 0 - 0
web/js/react/src/components/CronJob/Generator/RunCommandSelect/RunCommandSelect.jsx → src/react/src/components/CronJob/Generator/RunCommandSelect/RunCommandSelect.jsx


+ 0 - 0
web/js/react/src/components/CronJob/Generator/RunCommandSelect/RunCommandSelect.scss → src/react/src/components/CronJob/Generator/RunCommandSelect/RunCommandSelect.scss


+ 0 - 0
web/js/react/src/components/DNSRecord/Add/AddDNSRecord.jsx → src/react/src/components/DNSRecord/Add/AddDNSRecord.jsx


+ 0 - 0
web/js/react/src/components/DNSRecord/Add/AddDNSRecord.scss → src/react/src/components/DNSRecord/Add/AddDNSRecord.scss


+ 0 - 0
web/js/react/src/components/DNSRecord/DNSRecord.jsx → src/react/src/components/DNSRecord/DNSRecord.jsx


+ 0 - 0
web/js/react/src/components/DNSRecord/DNSRecord.scss → src/react/src/components/DNSRecord/DNSRecord.scss


+ 0 - 0
web/js/react/src/components/DNSRecord/Edit/EditDNSRecord.jsx → src/react/src/components/DNSRecord/Edit/EditDNSRecord.jsx


Some files were not shown because too many files changed in this diff