forked from alibaba/nacos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modify the architecture of pages and components
- Loading branch information
Showing
73 changed files
with
131 additions
and
219 deletions.
There are no files selected for viewing
87 changes: 0 additions & 87 deletions
87
console/src/main/resources/static/src/components/AddGroup.js
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
console/src/main/resources/static/src/components/AddIcon.js
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...rces/static/src/components/BatchHandle.js → ...src/components/BatchHandle/BatchHandle.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
console/src/main/resources/static/src/components/BatchHandle/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import BatchHandle from './BatchHandle'; | ||
|
||
export default BatchHandle; |
Empty file.
1 change: 1 addition & 0 deletions
1
...rces/static/src/components/CloneDialog.js → ...src/components/CloneDialog/CloneDialog.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
console/src/main/resources/static/src/components/CloneDialog/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import CloneDialog from './CloneDialog'; | ||
|
||
export default CloneDialog; |
Empty file.
1 change: 1 addition & 0 deletions
1
...ces/static/src/components/DeleteDialog.js → ...c/components/DeleteDialog/DeleteDialog.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
console/src/main/resources/static/src/components/DeleteDialog/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import DeleteDialog from './DeleteDialog'; | ||
|
||
export default DeleteDialog; |
Empty file.
1 change: 1 addition & 0 deletions
1
...static/src/components/DiffEditorDialog.js → ...ents/DiffEditorDialog/DiffEditorDialog.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
console/src/main/resources/static/src/components/DiffEditorDialog/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import DiffEditorDialog from './DiffEditorDialog'; | ||
|
||
export default DiffEditorDialog; |
Empty file.
4 changes: 1 addition & 3 deletions
4
.../static/src/components/EditorNameSpace.js → ...onents/EditorNameSpace/EditorNameSpace.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
console/src/main/resources/static/src/components/EditorNameSpace/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import EditorNameSpace from './EditorNameSpace'; | ||
|
||
export default EditorNameSpace; |
Empty file.
1 change: 1 addition & 0 deletions
1
...ces/static/src/components/ExportDialog.js → ...c/components/ExportDialog/ExportDialog.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
console/src/main/resources/static/src/components/ExportDialog/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import ExportDialog from './ExportDialog'; | ||
|
||
export default ExportDialog; |
Empty file.
1 change: 1 addition & 0 deletions
1
...ces/static/src/components/ImportDialog.js → ...c/components/ImportDialog/ImportDialog.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
console/src/main/resources/static/src/components/ImportDialog/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import ImportDialog from './ImportDialog'; | ||
|
||
export default ImportDialog; |
Empty file.
44 changes: 0 additions & 44 deletions
44
console/src/main/resources/static/src/components/MinusIcon.js
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...es/static/src/components/NameSpaceList.js → ...components/NameSpaceList/NameSpaceList.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
console/src/main/resources/static/src/components/NameSpaceList/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import NameSpaceList from './NameSpaceList'; | ||
|
||
export default NameSpaceList; |
Empty file.
1 change: 1 addition & 0 deletions
1
...ces/static/src/components/NewNameSpace.js → ...c/components/NewNameSpace/NewNameSpace.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
console/src/main/resources/static/src/components/NewNameSpace/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import NewNameSpace from './NewNameSpace'; | ||
|
||
export default NewNameSpace; |
Empty file.
5 changes: 3 additions & 2 deletions
5
...rces/static/src/components/RegionGroup.js → ...src/components/RegionGroup/RegionGroup.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
console/src/main/resources/static/src/components/RegionGroup/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import RegionGroup from './RegionGroup'; | ||
|
||
export default RegionGroup; |
Empty file.
1 change: 1 addition & 0 deletions
1
...rces/static/src/components/ShowCodeing.js → ...src/components/ShowCodeing/ShowCodeing.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
console/src/main/resources/static/src/components/ShowCodeing/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import ShowCodeing from './ShowCodeing'; | ||
|
||
export default ShowCodeing; |
Empty file.
1 change: 1 addition & 0 deletions
1
...es/static/src/components/SuccessDialog.js → ...components/SuccessDialog/SuccessDialog.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
console/src/main/resources/static/src/components/SuccessDialog/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import SuccessDialog from './SuccessDialog'; | ||
|
||
export default SuccessDialog; |
Empty file.
1 change: 1 addition & 0 deletions
1
...s/static/src/components/ValidateDialog.js → ...mponents/ValidateDialog/ValidateDialog.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
console/src/main/resources/static/src/components/ValidateDialog/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import ValidateDialog from './ValidateDialog'; | ||
|
||
export default ValidateDialog; |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
console/src/main/resources/static/src/pages/ConfigurationManagement/ConfigDetail/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import ConfigDetail from './ConfigDetail'; | ||
|
||
export default ConfigDetail; |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.