ProfileTableLayoutView_tmpl.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!--
  2. * Licensed to the Apache Software Foundation (ASF) under one or more
  3. * contributor license agreements. See the NOTICE file distributed with
  4. * this work for additional information regarding copyright ownership.
  5. * The ASF licenses this file to You under the Apache License, Version 2.0
  6. * (the "License"); you may not use this file except in compliance with
  7. * the License. You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. -->
  17. <div class="row">
  18. <div class="">
  19. <div class="col-sm-3 rowValue">
  20. <div><span class="graphkey">行</span></div>
  21. <div><span class="graphval">
  22. <div class="value-loader"></div>
  23. </span></div>
  24. </div>
  25. <div class="col-sm-3 table_created">
  26. <div><span class="graphkey">创建的数据</span></div>
  27. <div><span class="graphval">
  28. <div class="value-loader"></div>
  29. </span></div>
  30. </div>
  31. <div class="col-sm-3 table_name">
  32. <div><span class="graphkey">表</span></div>
  33. <div><span class="graphval">
  34. <div class="value-loader"></div>
  35. </span></div>
  36. </div>
  37. <div class="col-sm-3 db_name">
  38. <div><span class="graphkey">数据库</span></div>
  39. <div><span class="graphval">
  40. <div class="value-loader"></div>
  41. </span></div>
  42. </div>
  43. </div>
  44. </div>
  45. <hr />
  46. <div class="">
  47. <div id="r_profileTableLayoutView"></div>
  48. </div>