You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2018/09/12 03:30:37 UTC

[incubator-dubbo-ops] branch develop updated (27bbd91 -> fe81c08)

This is an automated email from the ASF dual-hosted git repository.

iluo pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git.


    from 27bbd91  enhance search field.
     new 990aebb  make button larger
     new fe81c08  clean up comments

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dubbo-admin-frontend/src/components/ServiceSearch.vue | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)


[incubator-dubbo-ops] 01/02: make button larger

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

iluo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git

commit 990aebb0dd13c932f4f56c8fd9723e958ce6a0db
Author: beiwei30 <ia...@gmail.com>
AuthorDate: Wed Sep 12 11:28:37 2018 +0800

    make button larger
---
 dubbo-admin-frontend/src/components/ServiceSearch.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-admin-frontend/src/components/ServiceSearch.vue b/dubbo-admin-frontend/src/components/ServiceSearch.vue
index ec59a09..68fdfe5 100644
--- a/dubbo-admin-frontend/src/components/ServiceSearch.vue
+++ b/dubbo-admin-frontend/src/components/ServiceSearch.vue
@@ -46,7 +46,7 @@
                       </v-list-tile>
                     </v-list>
                   </v-menu>
-                  <v-btn @click="submit" color="primary"  >Search</v-btn>
+                  <v-btn @click="submit" color="primary" large>Search</v-btn>
                 <!--</v-flex>-->
               </v-layout>
             </v-form>


[incubator-dubbo-ops] 02/02: clean up comments

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

iluo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git

commit fe81c089d9f5923772dbc20485ecc24240540e2d
Author: beiwei30 <ia...@gmail.com>
AuthorDate: Wed Sep 12 11:30:25 2018 +0800

    clean up comments
---
 dubbo-admin-frontend/src/components/ServiceSearch.vue | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/dubbo-admin-frontend/src/components/ServiceSearch.vue b/dubbo-admin-frontend/src/components/ServiceSearch.vue
index 68fdfe5..4a6044e 100644
--- a/dubbo-admin-frontend/src/components/ServiceSearch.vue
+++ b/dubbo-admin-frontend/src/components/ServiceSearch.vue
@@ -18,18 +18,15 @@
 <template>
   <v-container id="search" grid-list-xl fluid >
     <v-layout row wrap>
-      <v-flex xs12 >
+      <v-flex lg12>
         <v-card flat color="transparent">
           <v-card-text>
             <v-form>
               <v-layout row wrap>
-                <!--<v-flex xs10>-->
                   <v-text-field label="Search dubbo service"
                                 v-bind:suffix="queryBy"
                                 v-model="filter"></v-text-field>
-                <!--</v-flex>-->
 
-                <!--<v-flex xs2>-->
                   <v-menu bottom left class="hidden-xs-only">
                     <v-btn
                       slot="activator"
@@ -47,7 +44,6 @@
                     </v-list>
                   </v-menu>
                   <v-btn @click="submit" color="primary" large>Search</v-btn>
-                <!--</v-flex>-->
               </v-layout>
             </v-form>
 
@@ -55,9 +51,7 @@
         </v-card>
       </v-flex>
     </v-layout>
-    <!--<v-flex sm12>-->
-      <!--<h3>Search Result</h3>-->
-    <!--</v-flex>-->
+
     <v-flex lg12>
       <v-card>
         <v-toolbar card dense color="transparent">