Commit 2397054ece99bb543b3b8eb8b91ef01b3fca2940
1 parent
148b7006
Exists in
master
Atualização de telas
Showing
5 changed files
with
7 additions
and
8 deletions
Show diff stats
wscacicneo/static/admin.js
wscacicneo/static/gestor.js
wscacicneo/static/home.js
@@ -87,7 +87,7 @@ var chart = Ext.create('Ext.chart.Chart', { | @@ -87,7 +87,7 @@ var chart = Ext.create('Ext.chart.Chart', { | ||
87 | 87 | ||
88 | widget = Ext.create('Ext.panel.Panel', { | 88 | widget = Ext.create('Ext.panel.Panel', { |
89 | layout: 'fit', | 89 | layout: 'fit', |
90 | - title: 'Widgets', | 90 | + title: 'Grafico', |
91 | width: '75%', | 91 | width: '75%', |
92 | frame: true, | 92 | frame: true, |
93 | draggable: true, | 93 | draggable: true, |
wscacicneo/static/main.js
@@ -20,7 +20,6 @@ Ext.onReady(function() { | @@ -20,7 +20,6 @@ Ext.onReady(function() { | ||
20 | fav_html = '<div id="favoriteItems">'+ | 20 | fav_html = '<div id="favoriteItems">'+ |
21 | '<div class="fav"><a href="reports"><img src="static/icons/relatorios.png">Relatórios</a></div>'+ | 21 | '<div class="fav"><a href="reports"><img src="static/icons/relatorios.png">Relatórios</a></div>'+ |
22 | '<div class="fav"><a><img src="static/icons/usuario.png">Meu Perfil</a></div>'+ | 22 | '<div class="fav"><a><img src="static/icons/usuario.png">Meu Perfil</a></div>'+ |
23 | - '<div class="fav"><a><img src="static/icons/ferramentas.png">Ferramentas de sistema</a></div>'+ | ||
24 | '</div>'; | 23 | '</div>'; |
25 | 24 | ||
26 | var favoriteMenu = Ext.create('Ext.panel.Panel', { | 25 | var favoriteMenu = Ext.create('Ext.panel.Panel', { |
wscacicneo/static/perfil.js
@@ -13,7 +13,7 @@ var table = Ext.create('Ext.form.Panel', { | @@ -13,7 +13,7 @@ var table = Ext.create('Ext.form.Panel', { | ||
13 | items: [ | 13 | items: [ |
14 | { | 14 | { |
15 | fieldLabel: 'Nome', | 15 | fieldLabel: 'Nome', |
16 | - width:400, | 16 | + width:450, |
17 | name: 'nome' | 17 | name: 'nome' |
18 | }, | 18 | }, |
19 | { | 19 | { |
@@ -32,17 +32,17 @@ var table = Ext.create('Ext.form.Panel', { | @@ -32,17 +32,17 @@ var table = Ext.create('Ext.form.Panel', { | ||
32 | }, | 32 | }, |
33 | { | 33 | { |
34 | fieldLabel: 'Orgão', | 34 | fieldLabel: 'Orgão', |
35 | - width: 300, | 35 | + width: 450, |
36 | name: 'orgao' | 36 | name: 'orgao' |
37 | }, | 37 | }, |
38 | { | 38 | { |
39 | fieldLabel: 'Cargo', | 39 | fieldLabel: 'Cargo', |
40 | - width:300, | 40 | + width:450, |
41 | name: 'cargo' | 41 | name: 'cargo' |
42 | }, | 42 | }, |
43 | { | 43 | { |
44 | fieldLabel: 'Setor', | 44 | fieldLabel: 'Setor', |
45 | - width:300, | 45 | + width:450, |
46 | name: 'setor' | 46 | name: 'setor' |
47 | }, | 47 | }, |
48 | { | 48 | { |